forked from VoxeLibre/VoxeLibre
Fix reset for night vision on drink milk
This commit is contained in:
parent
16c886f0ec
commit
1fda285102
|
@ -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 New Issue