Add AdminSetSpawnPointCommand to DefaultAdminCommand (#1329)

This commit is contained in:
BONNe 2020-05-01 16:40:54 +03:00 committed by GitHub
parent d45be091bd
commit d47216f2c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,6 +84,8 @@ public abstract class DefaultAdminCommand extends CompositeCommand
new AdminReloadCommand(this);
// Spawn
new AdminSetspawnCommand(this);
// Spawn Point command
new AdminSetSpawnPointCommand(this);
// Reset flags
new AdminResetFlagsCommand(this);
// Trash