Fixed receive queue being given the wrong net message, causing the rest of the ReadIds message to be read incorrectly
This commit is contained in:
@@ -133,7 +133,7 @@ namespace Barotrauma
|
|||||||
{
|
{
|
||||||
if (netReceives.ContainsKey(name))
|
if (netReceives.ContainsKey(name))
|
||||||
{
|
{
|
||||||
netReceives[name](netMessage, null);
|
netReceives[name](queueMessage, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user