Merge remote-tracking branch 'origin/master' into testing

This commit is contained in:
kay27 2021-07-23 22:35:55 +04:00
commit 8262480e97
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ local function remove_scope(player)
player:hud_remove(spyglass_scope[player])
spyglass_scope[player] = nil
player:hud_set_flags({wielditem = true})
player:set_fov(86.1)
end
end