From 60a71f5ca0b292b3aba470013f793a88646ede79 Mon Sep 17 00:00:00 2001 From: Anton Tarasenko Date: Wed, 29 Jun 2022 20:31:31 +0700 Subject: [PATCH] Fix comments --- sources/Players/EPlayer.uc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/Players/EPlayer.uc b/sources/Players/EPlayer.uc index 671dcf1..29c895d 100644 --- a/sources/Players/EPlayer.uc +++ b/sources/Players/EPlayer.uc @@ -441,7 +441,8 @@ public final function SetDosh(int newDoshAmount) * Return `ConsoleWriter` that can be used to write into this player's console. * * Provided that returned object is never deallocated - returns the same object - * with each call, otherwise can allocate new instance of `ConsoleWriter`. + * with each call. If somebody does deallocate it - method will allocate new + * instance of `ConsoleWriter`. * * @return `ConsoleWriter` that can be used to write into this player's * console. Returned object should not be deallocated, but it is