mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 14:17:29 -04:00
Fix being able to spam /pony
This commit is contained in:
parent
8bd33f42f3
commit
c81ec5af00
@ -40,7 +40,7 @@ namespace MCGalaxy.Core {
|
||||
}
|
||||
|
||||
ponycount++;
|
||||
p.Extras.PutInt("MCGalaxy_Core_RD", ponycount);
|
||||
p.Extras.PutInt("MCGalaxy_Core_Pony", ponycount);
|
||||
} else if (cmd == "rainbowdashlikescoolthings") {
|
||||
p.cancelcommand = true;
|
||||
if (!MessageCmd.CanSpeak(p, cmd)) return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user