fixed plist command

This commit is contained in:
Fangoboyo 2022-06-20 17:55:29 -07:00
parent b44b282bc9
commit 5fed6c520a
3 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@ public class plistCommand implements CommandExecutor {
case 4:
PluginList.SendPG4ToSender(sender);
return true;
case 5:
PluginList.SendPG5ToSender(sender);
return true;
case 6:
PluginList.SendPG6ToSender(sender);
return true;
}
}
}