From 7ae1125b1043dc175b31063ca573c6277ee5e10d Mon Sep 17 00:00:00 2001 From: zaCade Date: Sun, 17 Mar 2019 00:25:37 +0100 Subject: [PATCH] Some more formatting --- _entWatch4/scripting/entWatch-core.sp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_entWatch4/scripting/entWatch-core.sp b/_entWatch4/scripting/entWatch-core.sp index e0488f9d..2e3e8ab3 100644 --- a/_entWatch4/scripting/entWatch-core.sp +++ b/_entWatch4/scripting/entWatch-core.sp @@ -583,6 +583,7 @@ public Action OnButtonPress(int button, int client) } } } + return Plugin_Handled; } @@ -612,6 +613,7 @@ public Action OnTriggerTouch(int trigger, int client) } } } + return Plugin_Handled; } @@ -641,6 +643,7 @@ public Action OnWeaponTouch(int client, int weapon) } } } + return Plugin_Continue; }