Fix reset for night vision on drink milk

This commit is contained in:
Brandon 2020-07-10 19:16:23 -04:00
parent 16c886f0ec
commit 1fda285102
1 changed files with 1 additions and 0 deletions

View File

@ -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