mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
fixes mob login runtime with view_size (#91889)
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
stop_sound_channel(CHANNEL_AMBIENCE)
|
||||
|
||||
if(client)
|
||||
client.view_size.resetToDefault() // Resets the client.view in case it was changed.
|
||||
client.view_size?.resetToDefault() // Resets the client.view in case it was changed.
|
||||
|
||||
for(var/datum/action/A as anything in persistent_client.player_actions)
|
||||
A.Grant(src)
|
||||
|
||||
Reference in New Issue
Block a user