mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
I think this fixes it
This commit is contained in:
parent
9bb78cb6d8
commit
b852a50471
2 changed files with 3 additions and 3 deletions
|
@ -64,7 +64,7 @@ public class TFMHandler
|
||||||
{
|
{
|
||||||
getTFM();
|
getTFM();
|
||||||
}
|
}
|
||||||
return getTFM().al.isVanished(player);
|
return AdminList.vanished.contains(player);
|
||||||
}
|
}
|
||||||
|
|
||||||
public void warning(String warning)
|
public void warning(String warning)
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -72,7 +72,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.TFPatches</groupId>
|
<groupId>com.github.TFPatches</groupId>
|
||||||
<artifactId>TotalFreedomMod</artifactId>
|
<artifactId>TotalFreedomMod</artifactId>
|
||||||
<version>development-SNAPSHOT</version>
|
<version>server-SNAPSHOT</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
Loading…
Reference in a new issue