Unstable 0.15.11.0 + the last 2 unstables I missed
This commit is contained in:
@@ -8,6 +8,7 @@ namespace Barotrauma
|
||||
{
|
||||
public override void ClientReadInitial(IReadMessage msg)
|
||||
{
|
||||
base.ClientReadInitial(msg);
|
||||
byte selectedCaveIndex = msg.ReadByte();
|
||||
nestPosition = new Vector2(
|
||||
msg.ReadSingle(),
|
||||
|
||||
Reference in New Issue
Block a user