Finally no more freeze of shame (#22005)

This commit is contained in:
DGamerL
2023-08-25 17:44:37 +02:00
committed by GitHub
parent 3cb06ca9c3
commit 19bc4d9f5b

View File

@@ -699,6 +699,9 @@ GLOBAL_VAR_INIT(nologevent, 0)
if(!check_rights(R_SPAWN))
return
if(!object)
return
var/list/types = typesof(/atom)
var/list/matches = new()