mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-29 08:11:11 +01:00
[MIRROR] Transformation fixes (#11195)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com>
This commit is contained in:
co-authored by
SatinIsle
parent
3b735000c2
commit
1906ebf2b0
@@ -579,7 +579,7 @@
|
||||
if(can_change(owner, APPEARANCE_ALL_COSMETIC))
|
||||
if(tgui_alert(owner, "Are you certain you wish to load the currently selected savefile?", "Load Savefile", list("No","Yes")) == "Yes")
|
||||
if(owner && owner.client) //sanity
|
||||
owner.client.prefs.vanity_copy_to(owner, FALSE, TRUE, FALSE, FALSE)
|
||||
owner.client.prefs.vanity_copy_to(owner, FALSE, TRUE, FALSE, FALSE, FALSE)
|
||||
return TRUE
|
||||
return TRUE
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user