From a1ed47be87240b5cf7949a5a7bb24a3b384cdc87 Mon Sep 17 00:00:00 2001 From: Arron Vinyard <joinedsenses@gmail.com> Date: Wed, 26 Feb 2020 18:54:19 -0500 Subject: [PATCH] IsServerProcessing: improve grammar / present|correctness. (#1188) Wording of comment was a bit off. --- plugins/include/timers.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/include/timers.inc b/plugins/include/timers.inc index db572cef..97eda41c 100644 --- a/plugins/include/timers.inc +++ b/plugins/include/timers.inc @@ -182,8 +182,8 @@ forward void OnMapTimeLeftChanged(); * Returns whether or not the server is processing frames or not. * * The server does not process frames until at least one client joins the game. - * Once the first player has in, even if that player, leaves, the server's - * timers and entities will work. + * If server hibernation is disabled, once the first player has joined, even if that player + * leaves, the server's timers and entities will continue to work. * * @return True if the server is ticking, false otherwise. */