mastercomfig / tf2-patches

Team Fortress 2, but with a lot of fixes, QoL improvements and performance optimizations!
Other
221 stars 27 forks source link

fix stock weapons not initializing on listen server #646

Closed treacherousfiend closed 1 year ago

treacherousfiend commented 1 year ago

Fix a regression where stock weapons would not initialize on listen servers

Related Issue

645

Implementation

remove IsDedicatedServer() check in CTFInventoryManager::InitializeInventory() Code suggested by coms, I just added it and tested it

Screenshots

N/A

Checklist

Testing Checklist

Client Server Version
Windows Tested N/A Windows 10 Home 22H2
Linux
Mac OS

Caveats

N/A

Alternatives

N/A

mastercoms commented 1 year ago

I've already planned to fix this when I'm available to do so by modifying the original commit.