admin chat discord formatting (FS-59)

This commit is contained in:
speed
2020-12-26 18:54:15 -05:00
parent 210b0f8b43
commit b9606fa0e3
16 changed files with 107 additions and 38 deletions

View File

@ -29,7 +29,7 @@ public abstract class ModuleExecutable
}
// Sync to server thread
return Bukkit.getScheduler().callSyncMethod(TotalFreedomMod.plugin(), new Callable<NanoHTTPD.Response>()
return Bukkit.getScheduler().callSyncMethod(TotalFreedomMod.getPlugin(), new Callable<NanoHTTPD.Response>()
{
@Override
public NanoHTTPD.Response call() throws Exception