mirror of
https://github.com/TotalFreedomMC/TF-WorldGuardExtraFlagsPlugin.git
synced 2025-02-05 11:52:42 +00:00
TFM refactor
This commit is contained in:
parent
ebce0fc43e
commit
869397bf83
2 changed files with 2 additions and 2 deletions
|
@ -72,7 +72,7 @@
|
|||
<dependency>
|
||||
<groupId>me.totalfreedom</groupId>
|
||||
<artifactId>TotalFreedomMod</artifactId>
|
||||
<version>2020.9</version>
|
||||
<version>2020.11.5</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
|
|
@ -27,6 +27,6 @@ public class TFMHandler
|
|||
|
||||
public static boolean isStaff(String name)
|
||||
{
|
||||
return getTFM().sl.getEntryByName(name) != null;
|
||||
return getTFM().al.getEntryByName(name) != null;
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue