shobhit-pathak / MatchZy

MatchZy is a plugin for CS2 (Counter Strike 2) for running and managing practice/pugs/scrims/matches with easy configuration and Get5 (G5API/G5V) support as well!
https://shobhit-pathak.github.io/MatchZy/
MIT License
244 stars 67 forks source link

[BUG FIX] Demo Save Problem #119

Closed Sh1su closed 6 months ago

Sh1su commented 6 months ago

I have added a return statement to the if condition demoPath == null || demoUploadURL == "" in the UploadDemoAsync function. Without this, the program tries to upload a demo that does not exist because the demo has not been stopped yet.