Bugfixes / Team access

This commit is contained in:
Anuken
2020-08-13 19:57:45 -04:00
parent c2f71e5788
commit 1d95980066
5 changed files with 7 additions and 4 deletions

View File

@@ -23,10 +23,11 @@ public enum LAccess{
shootX,
shootY,
shooting,
team,
//values with parameters are considered controllable
enabled("to"), //"to" is standard for single parameter access
shoot("x", "y", "shoot");
shoot("x", "y", "shoot"),;
public final String[] parameters;