Delete world.dm.rej

This commit is contained in:
kevinz000
2017-05-06 21:36:15 -07:00
committed by GitHub
parent 9b3aaa4526
commit 7fa53c5ce4
-10
View File
@@ -1,10 +0,0 @@
diff a/code/world.dm b/code/world.dm (rejected hunks)
@@ -184,7 +184,7 @@
return
#define CHAT_PULLR 64 //defined in preferences.dm, but not available here at compilation time
- for(var/client/C in clients)
+ for(var/client/C in GLOB.clients)
if(C.prefs && (C.prefs.chat_toggles & CHAT_PULLR))
C << "<span class='announce'>PR: [announcement]</span>"
#undef CHAT_PULLR