[Hotfix] Remove food or water GM message

This commit is contained in:
Akkadius 2024-05-04 19:43:39 -05:00
parent 405d963005
commit 6dd061cba2

View File

@ -1918,8 +1918,6 @@ void Client::DoStaminaHungerUpdate()
} else {
sta->food = 6000;
sta->water = 6000;
Message(Chat::White, "Your GM flag prevents you from consuming food or water.");
}
} else { // No auto food/drink consumption in the Bazaar
sta->food = 6000;