Merge branch 'development' into paldiu-local

This commit is contained in:
Paldiu
2021-01-04 13:14:53 -06:00
15 changed files with 177 additions and 64 deletions

View File

@ -153,7 +153,7 @@ public class Admin
{
this.active = active;
final TotalFreedomMod plugin = TotalFreedomMod.plugin();
final TotalFreedomMod plugin = TotalFreedomMod.getPlugin();
// Avoiding stupid NPE compiler warnings
if (plugin == null)