Some more formatting

This commit is contained in:
zaCade 2019-03-17 00:25:37 +01:00
parent aa2f02b141
commit 7ae1125b10

View File

@ -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;
}