default damage is now 0 (amb864)
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401424
This commit is contained in:
parent
f942b65db1
commit
5a16141bcf
@ -171,7 +171,7 @@ public Action:Command_Slap(client, args)
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
new damage = 5;
|
||||
new damage = 0;
|
||||
if (args > 1)
|
||||
{
|
||||
decl String:arg2[20];
|
||||
|
Loading…
Reference in New Issue
Block a user