mirror of
https://github.com/Zrips/Jobs.git
synced 2024-11-29 14:05:25 +01:00
Update RestrictedBlockManager.java
This commit is contained in:
parent
c64969ec48
commit
c7e4ead402
@ -16,7 +16,7 @@ import com.gamingmesh.jobs.stuff.ChatColor;
|
||||
|
||||
public class RestrictedBlockManager {
|
||||
|
||||
public HashMap<Integer, Integer> restrictedBlocksTimer = new HashMap<Integer, Integer>();
|
||||
public HashMap<Integer, Integer> restrictedBlocksTimer = new HashMap<>();
|
||||
|
||||
private Jobs plugin;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user