Fix set time

This commit is contained in:
Focusvity
2024-01-26 18:31:42 +11:00
parent 94ff2fa56e
commit dcee385ae5
3 changed files with 8 additions and 2 deletions

View File

@ -33,7 +33,7 @@ public class UserData
USERS_MAP.remove(player.getUniqueId());
}
},
20L * 60L * NUSHModule.getConfig().getInt("server.wait_time", 2));
20L * 60L * NUSHModule.getTime());
}
public static boolean isNewPlayer(Player player)