mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-14 08:35:39 +01:00
Various fixes & tweaks (#17439)
* More tweaks Moves it up to use diamond and phoron like bluespare crystals use. * . * sass update * Watch fixes * no * . * eaeryl * fixes that properly * ... * . * No deleting mannequins --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -314,8 +314,7 @@ var/list/preferences_datums = list()
|
||||
else if(href_list["close"])
|
||||
// User closed preferences window, cleanup anything we need to.
|
||||
clear_character_previews()
|
||||
if(GLOB.mannequins[client_ckey])
|
||||
qdel_null(GLOB.mannequins[client_ckey])
|
||||
//Mannequin removal code needed here...For the far future once harddels are solved.
|
||||
return 1
|
||||
else
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user