Gotta love git merge.

This commit is contained in:
Business Goose 2022-03-31 03:28:28 +01:00
parent 3377ba1b0b
commit c4e6ecaea1
No known key found for this signature in database
GPG Key ID: 77DCA801362E9645
1 changed files with 1 additions and 0 deletions

View File

@ -108,5 +108,6 @@ public class Commands {
plugin.getCommand("wipeuserdata").setExecutor(new Command_wipeuserdata());
plugin.getCommand("whoami").setExecutor(new Command_whoami());
plugin.getCommand("resetplayer").setExecutor(new Command_resetplayer());
plugin.getCommand("vanish").setExecutor(new Command_vanish());
}
}