]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Make tell work with magicear like previously
authorSamual <samual@xonotic.org>
Sat, 7 Jan 2012 21:41:34 +0000 (16:41 -0500)
committerSamual <samual@xonotic.org>
Sat, 7 Jan 2012 21:41:34 +0000 (16:41 -0500)
qcsrc/server/command/cmd.qc

index 5a7eb03ff6f8eab6d15efb825162b5bec52277da..e8a6207314af6c8b23a0152e88b1ab9ae1d9cf93 100644 (file)
@@ -510,7 +510,7 @@ void ClientCommand_tell(float request, float argc, string command)
                                        }
                                        else { print_to(self, "You can't ^2tell^7 a message to yourself."); return; }
                                }
-                               else if(strtolower(argv(1)) == "world") 
+                               else if(argv(1) == "#0") 
                                { 
                                        trigger_magicear_processmessage_forallears(self, -1, world, substring(command, argv_start_index(next_token), argv_end_index(-1) - argv_start_index(next_token)));
                                        return;