Timer done !

This commit is contained in:
BunSLaPatate
2018-09-13 19:07:52 +02:00
parent f99f46212b
commit 9acff617c0
13 changed files with 213 additions and 14 deletions

View File

@@ -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<>();
}