diff options
author | bowser0000 <bowser0000@gmail.com> | 2020-07-29 01:04:14 -0400 |
---|---|---|
committer | bowser0000 <bowser0000@gmail.com> | 2020-07-29 01:04:14 -0400 |
commit | 107b017bbfb82098bb65597eed99e12136526fa4 (patch) | |
tree | 9ada2a277986ce60125a397a997344f6b5ae1797 /me/Danker/commands/PetsCommand.java | |
parent | 872799a67524437e39f785ec27ab85d708154e65 (diff) | |
download | SkyblockMod-107b017bbfb82098bb65597eed99e12136526fa4.tar.gz SkyblockMod-107b017bbfb82098bb65597eed99e12136526fa4.tar.bz2 SkyblockMod-107b017bbfb82098bb65597eed99e12136526fa4.zip |
Add update checker, change /pets -> /petsofv1.5.5
The mod checks for an update once per session when you join a world. /pets was conflicting with the Hypixel command /pets.
Diffstat (limited to 'me/Danker/commands/PetsCommand.java')
-rw-r--r-- | me/Danker/commands/PetsCommand.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/me/Danker/commands/PetsCommand.java b/me/Danker/commands/PetsCommand.java index 1ffdd77..8c53732 100644 --- a/me/Danker/commands/PetsCommand.java +++ b/me/Danker/commands/PetsCommand.java @@ -56,7 +56,7 @@ public class PetsCommand extends CommandBase { @Override public String getCommandName() { - return "pets"; + return "petsof"; } @Override |