mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2025-02-11 23:50:08 +00:00
Fixed clanforge trigger.
This commit is contained in:
parent
9c05e8e2fb
commit
794e6286ce
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ public class TFM_Util
|
||||||
private static final Map<String, Integer> eject_tracker = new HashMap<String, Integer>();
|
private static final Map<String, Integer> eject_tracker = new HashMap<String, Integer>();
|
||||||
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
|
public static final Map<String, EntityType> mobtypes = new HashMap<String, EntityType>();
|
||||||
public static final List<String> stop_commands = Arrays.asList("stop", "off", "end", "halt", "die");
|
public static final List<String> stop_commands = Arrays.asList("stop", "off", "end", "halt", "die");
|
||||||
public static final List<String> restricted_senders = Arrays.asList("rcon, remotebukkit");
|
public static final List<String> restricted_senders = Arrays.asList("rcon", "remotebukkit");
|
||||||
|
|
||||||
static
|
static
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue