Merge pull request #4270 from Citadel-Station-13/upstream-merge-33324

[MIRROR] [Ready] Makes the default view range a config option (Allows hosts to enable widescreen)
This commit is contained in:
deathride58
2017-12-08 18:47:56 +00:00
committed by GitHub
17 changed files with 29 additions and 19 deletions
@@ -37,7 +37,7 @@
buckled_mob.pixel_x = 0
buckled_mob.pixel_y = 0
if(buckled_mob.client)
buckled_mob.client.change_view(world.view)
buckled_mob.client.change_view(CONFIG_GET(string/default_view))
anchored = FALSE
. = ..()
STOP_PROCESSING(SSfastprocess, src)