mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-12-26 11:17:30 +01:00
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
|
end
|
||||||
|
|
||||||
if is_cat[player] then
|
if is_cat[player] then
|
||||||
|
player:override_day_night_ratio(nil)
|
||||||
is_cat[player] = nil
|
is_cat[player] = nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user