gemidyne / microtf2

A custom gamemode for Team Fortress 2 - Players compete against each other to get the most points by playing a series of rapid fire microgames in order to win the round!
https://www.gemidyne.com/projects/microtf2
GNU General Public License v2.0
30 stars 16 forks source link

Make sure all methods with an Action return type properly return #186

Closed safalin1 closed 3 years ago

safalin1 commented 3 years ago

Some seem to be returning by just "return;" - this should be "return Plugin_Stop;" instead.