mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
Fix compile errors in gun.dm
This commit is contained in:
@@ -237,7 +237,7 @@
|
||||
return
|
||||
|
||||
else
|
||||
if(A.can_trigger_gun(user))
|
||||
if(user.get_active_hand().can_trigger_gun(user))
|
||||
Fire(A, user, params) //Otherwise, fire normally.
|
||||
return
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user