mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 13:47:33 +01:00
Tgui and nif runtimes (#7864)
This commit is contained in:
@@ -461,7 +461,10 @@ You can also set the stat of a NIF to NIF_TEMPFAIL without any issues to disable
|
||||
|
||||
//Uninstall a piece of software
|
||||
/obj/item/device/nif/proc/uninstall(var/datum/nifsoft/old_soft)
|
||||
var/datum/nifsoft/NS = nifsofts[old_soft.list_pos]
|
||||
var/datum/nifsoft/NS
|
||||
if(nifsofts)
|
||||
NS = nifsofts[old_soft.list_pos]
|
||||
|
||||
if(!NS || NS != old_soft)
|
||||
return FALSE //what??
|
||||
|
||||
|
||||
Reference in New Issue
Block a user