fixes mob login runtime with view_size (#91889)

This commit is contained in:
grungussuss
2025-07-03 12:30:09 +03:00
committed by GitHub
parent 3cb288d9ee
commit cc814be37e

View File

@@ -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)