mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-22 05:34:49 +01:00
Robot module fix
Thanks mwerezak
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
for(var/obj/O in src.modules)
|
||||
if(O.type == T)
|
||||
S = O
|
||||
continue
|
||||
break
|
||||
|
||||
if(!S)
|
||||
src.modules -= null
|
||||
|
||||
Reference in New Issue
Block a user