From 6dd061cba2b3f23105ce13398c4adabaf8c9eb82 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 4 May 2024 19:43:39 -0500 Subject: [PATCH] [Hotfix] Remove food or water GM message --- zone/client_process.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/zone/client_process.cpp b/zone/client_process.cpp index b31ceb711..57f295756 100644 --- a/zone/client_process.cpp +++ b/zone/client_process.cpp @@ -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;