Fix not clearing the queue after hot reload (#1576)

This commit is contained in:
DrSmugleaf
2021-02-20 01:43:56 +01:00
committed by GitHub
parent a9b163992b
commit 68b0d7bf2e
2 changed files with 5 additions and 0 deletions

View File

@@ -303,6 +303,7 @@ namespace Robust.Shared.Prototypes
{
var retries = 0;
// This might be shit-code, but its pjb-responded-idk-when-asked shit-code.
while (true)
{
try