mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-23 20:53:40 -04:00
I am a massive idiot for not removing this debugging statement
This commit is contained in:
parent
9bbfec25c2
commit
bd4eb050c0
@ -32,10 +32,6 @@ namespace MCGalaxy.Commands {
|
|||||||
message = Colors.EscapeColors(message);
|
message = Colors.EscapeColors(message);
|
||||||
Chat.MessageAll(message);
|
Chat.MessageAll(message);
|
||||||
Server.IRC.Say(message);
|
Server.IRC.Say(message);
|
||||||
|
|
||||||
for (int i = 0; i < 1000000; i++) {
|
|
||||||
Server.s.Log("FDSSDFSDFSFDDSF");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Help(Player p) {
|
public override void Help(Player p) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user