We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b93464 commit a1e4702Copy full SHA for a1e4702
omp_core.inc
@@ -51,11 +51,11 @@ enum WEAPON:MAX_WEAPONS
51
REASON_DISCONNECT = 201,
52
REASON_SUICIDE = 255,
53
54
- WEAPON_UNKNOWN = UNKNOWN_WEAPON
55
- WEAPON_VEHICLE = REASON_VEHICLE
56
- WEAPON_DROWN = REASON_DROWN
57
- WEAPON_COLLISION = REASON_COLLISION
58
- WEAPON_SPLAT = REASON_SPLAT
+ WEAPON_UNKNOWN = UNKNOWN_WEAPON,
+ WEAPON_VEHICLE = REASON_VEHICLE,
+ WEAPON_DROWN = REASON_DROWN,
+ WEAPON_COLLISION = REASON_COLLISION,
+ WEAPON_SPLAT = REASON_SPLAT,
59
60
// The main weapon types. Done after the reasons so sizes are correct.
61
WEAPON_FIST = 0,
0 commit comments