SERVER: buy_weapon should not support messages

This commit is contained in:
MotoLegacy 2024-11-26 12:46:59 -08:00
parent 514d98c6e8
commit 9a33650b70

View file

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