Rainyan / sourcemod-nt-anti-cap-deny

SourceMod plugin for Neotokyo — If the last living player of a team disconnects or suicides (or gets posthumously teamkilled) to prevent a ghost capture, treat it as if the ghost capture happened.
GNU General Public License v3.0
0 stars 1 forks source link

Refactor to newdecls #9

Closed Rainyan closed 1 year ago

Rainyan commented 1 year ago

With SM transitional syntax included in 1.7 being 8 years old now, I'm dropping old style decls from this plugin. This commit does not introduce any changes for our supported SM compiler range (SM 1.8+ as of writing this), as the non-initialized decl:String syntax has been long deprecated.