mirror of
https://github.com/Zrips/Jobs.git
synced 2025-02-18 05:11:32 +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 static final int MIN_HEIGHT = 0;
|
||||||
|
|
||||||
public SelectionManager() {
|
public SelectionManager() {
|
||||||
playerLoc1 = Collections.synchronizedMap(new HashMap<String, Location>());
|
playerLoc1 = Collections.synchronizedMap(new HashMap<>());
|
||||||
playerLoc2 = Collections.synchronizedMap(new HashMap<String, Location>());
|
playerLoc2 = Collections.synchronizedMap(new HashMap<>());
|
||||||
}
|
}
|
||||||
|
|
||||||
public void updateLocations(Player player, Location loc1, Location loc2) {
|
public void updateLocations(Player player, Location loc1, Location loc2) {
|
||||||
|
Loading…
Reference in New Issue
Block a user