0

Fixed missing/wrong permission nodes

This commit is contained in:
Pepich 2017-02-02 23:09:46 +01:00
parent bc81b20eb4
commit dd56ff77b0

View File

@ -20,7 +20,7 @@ import com.redstoner.misc.Utils;
import com.redstoner.modules.Module;
@AutoRegisterListener
@Version(major = 1, minor = 0, revision = 0, compatible = 1)
@Version(major = 1, minor = 0, revision = 1, compatible = 1)
public class Vanish implements Module, Listener
{
private boolean enabled = false;
@ -240,7 +240,7 @@ public class Vanish implements Module, Listener
" [string:name] {\n" +
" help Toggles someone elses vanish;\n" +
" run vanish_other name;\n" +
" perm utils.vanish;\n" +
" perm utils.vanishother;\n" +
" }\n" +
"}";
}