From c81ec5af006b7baa427230671832ec30e566242a Mon Sep 17 00:00:00 2001 From: UnknownShadow200 Date: Sun, 3 Sep 2017 08:18:47 +1000 Subject: [PATCH] Fix being able to spam /pony --- MCGalaxy/CorePlugin/ChatHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MCGalaxy/CorePlugin/ChatHandler.cs b/MCGalaxy/CorePlugin/ChatHandler.cs index e7b2ff1a1..1d51f0cca 100644 --- a/MCGalaxy/CorePlugin/ChatHandler.cs +++ b/MCGalaxy/CorePlugin/ChatHandler.cs @@ -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;