tranek / GASShooter

Advanced FPS/TPS Sample Project for Unreal Engine 4's GameplayAbilitySystem plugin
MIT License
953 stars 265 forks source link

Fix setting the changed weapon locally flag on server #13

Closed roidanton closed 4 years ago

roidanton commented 4 years ago

To my understanding, this flag has to be set on the client instead of the server.

tranek commented 4 years ago

That seems logical based on its comment and where it's used. Thank you!