mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-20 04:26:03 +01:00
i fucked up - GLOBAL.DEFAULT_VIEW > GLOB.DEFAULT_VIEW
This commit is contained in:
@@ -497,7 +497,7 @@
|
||||
user.client.pixel_x = world.icon_size*_x
|
||||
user.client.pixel_y = world.icon_size*_y
|
||||
else
|
||||
user.client.change_view(GLOBAL.DEFAULT_VIEW)
|
||||
user.client.change_view(GLOB.DEFAULT_VIEW)
|
||||
user.client.pixel_x = 0
|
||||
user.client.pixel_y = 0
|
||||
return zoomed
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
zoom_animating = 0
|
||||
animate(current_user.client, pixel_x = 0, pixel_y = 0, 0, FALSE, LINEAR_EASING, ANIMATION_END_NOW)
|
||||
zoom_current_view_increase = 0
|
||||
current_user.client.change_view(GLOBAL.DEFAULT_VIEW)
|
||||
current_user.client.change_view(GLOB.DEFAULT_VIEW)
|
||||
zooming_angle = 0
|
||||
current_zoom_x = 0
|
||||
current_zoom_y = 0
|
||||
|
||||
Reference in New Issue
Block a user