mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-25 20:16:13 +01:00
Update SelectionManager.java
This commit is contained in:
parent
8ffafc804b
commit
6a4455385e
@ -14,8 +14,8 @@ public class SelectionManager {
|
||||
public static final int MIN_HEIGHT = 0;
|
||||
|
||||
public SelectionManager() {
|
||||
playerLoc1 = Collections.synchronizedMap(new HashMap<String, Location>());
|
||||
playerLoc2 = Collections.synchronizedMap(new HashMap<String, Location>());
|
||||
playerLoc1 = Collections.synchronizedMap(new HashMap<>());
|
||||
playerLoc2 = Collections.synchronizedMap(new HashMap<>());
|
||||
}
|
||||
|
||||
public void updateLocations(Player player, Location loc1, Location loc2) {
|
||||
|
Loading…
Reference in New Issue
Block a user