PatPeter / callvote

A dedicated plugin that allows calling different types of votes in SCP:SL.
Other
4 stars 1 forks source link

Add MECoroutine to callvote RestartRound/Kick/etc. to prevent server crashes #5

Open PatPeter opened 3 years ago

PatPeter commented 3 years ago

Right now, the server crashes whenever non-text callvotes are called because it's calling SCP:SL methods on a non-main thread.

This will probably require rewriting the entire callvote EXILED branch.

babyboucher commented 3 years ago

Fixed in pull