mirror of
https://github.com/SimplexDevelopment/FreedomNetworkSuite.git
synced 2025-07-13 02:08:34 +00:00
Slight bugfix, also more code spec alignment
This commit is contained in:
@ -102,7 +102,7 @@ public class BukkitDelegator extends Command implements PluginIdentifiableComman
|
||||
{
|
||||
try
|
||||
{
|
||||
command.getBaseMethodPair().getValue().invoke(command, sender);
|
||||
command.getBaseMethodPair().value().invoke(command, sender);
|
||||
} catch (Exception ex)
|
||||
{
|
||||
FreedomLogger.getLogger("Patchwork")
|
||||
|
Reference in New Issue
Block a user