mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-25 06:04:46 -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++;
|
ponycount++;
|
||||||
p.Extras.PutInt("MCGalaxy_Core_RD", ponycount);
|
p.Extras.PutInt("MCGalaxy_Core_Pony", ponycount);
|
||||||
} else if (cmd == "rainbowdashlikescoolthings") {
|
} else if (cmd == "rainbowdashlikescoolthings") {
|
||||||
p.cancelcommand = true;
|
p.cancelcommand = true;
|
||||||
if (!MessageCmd.CanSpeak(p, cmd)) return;
|
if (!MessageCmd.CanSpeak(p, cmd)) return;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user