mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-03 21:42:06 +00:00
Adds component incompatible crash to root level so everything doesn't have to do it itself
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
var/list/arguments = args.Copy(2)
|
var/list/arguments = args.Copy(2)
|
||||||
if(Initialize(arglist(arguments)) == COMPONENT_INCOMPATIBLE)
|
if(Initialize(arglist(arguments)) == COMPONENT_INCOMPATIBLE)
|
||||||
qdel(src, TRUE, TRUE)
|
qdel(src, TRUE, TRUE)
|
||||||
return
|
CRASH("Incompatible [type] assigned to a [P]!")
|
||||||
|
|
||||||
_JoinParent(P)
|
_JoinParent(P)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user