mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2025-07-03 08:46:41 +00:00
Fix set time
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user