mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 00:26:02 +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