mirror of
https://github.com/ArthurDanjou/WitchRush.git
synced 2026-01-20 06:51:44 +01:00
Timer done !
This commit is contained in:
@@ -88,6 +88,11 @@ public class WitchPlayer {
|
||||
return WitchPlayer.witchMap;
|
||||
}
|
||||
|
||||
public void removePlayer(){
|
||||
if (WitchPlayer.witchMap.get(player) == null) return;
|
||||
witchMap.remove(player);
|
||||
}
|
||||
|
||||
static {
|
||||
WitchPlayer.witchMap = new HashMap<>();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user