Some more formatting

This commit is contained in:
zaCade
2019-03-17 00:25:37 +01:00
parent e209a0bf42
commit b97dddb710
+3
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;
}