Merge branch 'master' of github.com:Jackzmc/sourcemod-plugins

This commit is contained in:
Jackzie 2024-01-15 15:52:36 -06:00
commit e8c39d87e2
241 changed files with 88699 additions and 1 deletions

View file

@ -22,7 +22,6 @@ enum struct PlayerPropData {
// When did the user last interact with prop spawner? (Shows hints after long inactivity)
int lastActiveTime;
char classnameOverride[32];
ChatPrompt chatPrompt;
ArrayList markedProps;