mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fix compile error due to depending on #7267
This commit is contained in:
@@ -186,8 +186,6 @@ var/global/floorIsLava = 0
|
||||
var/f = 1
|
||||
for(var/k in all_languages)
|
||||
var/datum/language/L = all_languages[k]
|
||||
if(L.flags & INNATE)
|
||||
continue
|
||||
if(!f) body += " | "
|
||||
else f = 0
|
||||
if(L in M.languages)
|
||||
|
||||
Reference in New Issue
Block a user