mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
Fix for .swinset
This commit is contained in:
@@ -171,4 +171,11 @@ Any-Mode: (hotkey doesn't need to be on)
|
||||
</font>"}
|
||||
|
||||
src << hotkey_mode
|
||||
src << other
|
||||
src << other
|
||||
|
||||
// Needed to circumvent a bug where .winset does not work when used on the window.on-size event in skins.
|
||||
// Used by /datum/html_interface/nanotrasen (code/modules/html_interface/nanotrasen/nanotrasen.dm)
|
||||
/client/verb/_swinset(var/x as text)
|
||||
set name = ".swinset"
|
||||
set hidden = 1
|
||||
winset(src, null, x)
|
||||
|
||||
Reference in New Issue
Block a user