Correct indentation
This commit is contained in:
parent
ad8e587f65
commit
6fde996ae2
@ -331,8 +331,9 @@ namespace RoboidControl {
|
||||
messageId = NetworkIdMsg.Id,
|
||||
participant = sender
|
||||
};
|
||||
|
||||
this.updateQueue.Enqueue(e);
|
||||
}
|
||||
this.updateQueue.Enqueue(e);
|
||||
|
||||
ReceiveData(data, sender);
|
||||
}
|
||||
@ -481,7 +482,7 @@ namespace RoboidControl {
|
||||
Thing thing = sender.Get(msg.thingId);
|
||||
if (thing != null)
|
||||
thing.name = msg.name;
|
||||
|
||||
|
||||
ForwardMessage(sender, msg);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user