mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 20:47:43 +01:00
Add fit viewport verb and automatic pref
This commit is contained in:
@@ -1184,6 +1184,7 @@
|
||||
/mob/proc/set_viewsize(var/new_view = world.view)
|
||||
if (client && new_view != client.view)
|
||||
client.view = new_view
|
||||
client.attempt_auto_fit_viewport()
|
||||
return TRUE
|
||||
return FALSE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user