Merge pull request #4966 from deathride58/temporarybandaid

Temporarily comments out footdirt proc in an attempt to find out whats making the server crash
This commit is contained in:
LetterJay
2018-01-19 14:07:25 -06:00
committed by GitHub
+2 -1
View File
@@ -67,9 +67,10 @@ GLOBAL_LIST_INIT(turf_footstep_sounds, list(
/obj/structure/table/wood
footstepsoundoverride = "wood"
/*
/turf/open/floor/Entered(atom/obj, atom/oldloc)
. = ..()
CitDirtify(obj, oldloc)
CitDirtify(obj, oldloc)*/
/mob/living/Move(atom/newloc, direct)
. = ..()