Core/Misc: Misc Fixes
This commit is contained in:
@@ -76,7 +76,7 @@ namespace Framework.Database
|
||||
if (!hasNext)
|
||||
return QueryCallbackStatus.Completed;
|
||||
|
||||
callback = _callbacks.Dequeue();
|
||||
callback = _callbacks.Peek();
|
||||
}
|
||||
else
|
||||
return QueryCallbackStatus.NotReady;
|
||||
|
||||
Reference in New Issue
Block a user