mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-01 23:21:27 +00:00
SERVER: buy_weapon should not support messages
This commit is contained in:
parent
514d98c6e8
commit
9a33650b70
1 changed files with 1 additions and 0 deletions
|
@ -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++;
|
||||
|
|
Loading…
Reference in a new issue