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;