Skip to content

Commit

Permalink
SERVER: buy_weapon should not support messages
Browse files Browse the repository at this point in the history
  • Loading branch information
MotoLegacy committed Nov 26, 2024
1 parent 514d98c commit 9a33650
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/server/entities/wall_weapon.qc
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,7 @@ void() buy_weapon =
self.touch = WallWeapon_TouchTrigger;

self.think = WallWeapon_LinkChalk;
self.message = "";
self.nextthink = time + 0.2;

ach_tracker_col2++;
Expand Down

0 comments on commit 9a33650

Please sign in to comment.