mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-23 00:19:32 +01:00
Fix reset for night vision on drink milk
This commit is contained in:
parent
16c886f0ec
commit
1fda285102
1 changed files with 1 additions and 0 deletions
|
@ -329,6 +329,7 @@ function mcl_potions._reset_player_effects(player)
|
|||
end
|
||||
|
||||
if is_cat[player] then
|
||||
player:override_day_night_ratio(nil)
|
||||
is_cat[player] = nil
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue