From b582bfcf8a90b301c2bf84c296e9e4f5ce4906dc Mon Sep 17 00:00:00 2001 From: neon <> Date: Sun, 12 Aug 2018 18:37:43 +0200 Subject: [PATCH] ooops --- ItemSpawn/scripting/items/whiteknight.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemSpawn/scripting/items/whiteknight.inc b/ItemSpawn/scripting/items/whiteknight.inc index 09d8eb6c..a4db9c0e 100644 --- a/ItemSpawn/scripting/items/whiteknight.inc +++ b/ItemSpawn/scripting/items/whiteknight.inc @@ -575,7 +575,7 @@ public void SpawnWhiteKnight(float fOrigin[3]) public void WhiteKnightPickup(const char[] output, int caller, int activator, float delay) { ServerCommand("say ** %N has picked up the White Knight **", activator); - PrintToChat(activator, " LEFT CLICK = ATTACK and RIGHT CLICK = SHIELD."); + PrintToChat(activator, " LEFT CLICK = ATTACK and RIGHT CLICK = SHIELD."); CreateTimer(2.0, EquipWeapons, GetClientUserId(activator), TIMER_FLAG_NO_MAPCHANGE); }