From 8855e91de7d59226b74c62b9acdd1760a191a6b8 Mon Sep 17 00:00:00 2001 From: Stev Date: Tue, 25 Dec 2018 16:24:09 +0000 Subject: [PATCH] cleanup --- gamemodes/sf-cnr.pwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gamemodes/sf-cnr.pwn b/gamemodes/sf-cnr.pwn index c9f536e..d35ea8a 100644 --- a/gamemodes/sf-cnr.pwn +++ b/gamemodes/sf-cnr.pwn @@ -1935,11 +1935,11 @@ public OnPlayerText( playerid, text[ ] ) time = g_iTime; if ( GetPlayerScore( playerid ) < 10 ) { - return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), return 0; + return SendServerMessage( playerid, "You need at least 10 score to talk. "COL_GREY"Use /ask or /report to talk to an admin in the meanwhile." ), 0; } if ( ! IsPlayerLoggedIn( playerid ) ) { - return SendError( playerid, "You must be logged in to talk." ), return 0; + return SendError( playerid, "You must be logged in to talk." ), 0; } if ( textContainsIP( text ) )