nosoop / SM-TFCustomWeaponsX

SourceMod plugin that allows players to use custom TF2 items.
GNU General Public License v3.0
21 stars 11 forks source link

Crash on starting new usermessage during PlayerLoadoutUpdated #14

Closed nosoop closed 3 years ago

nosoop commented 3 years ago

Forgot usermessage hooks meant not being able to start new messages, so it looks like other plugins may be creating new ones in that time (like PrintToChat diagnostics).

Really should be up to StartMessage to deal with this, but alas.

Should be a matter of moving the loadout application the post-usermessage callback. Will test shortly.