remove guid, reduce latency (gets stuck sometimes tho)
This commit is contained in:
parent
6bc6a039bd
commit
7044ffda79
19 changed files with 291 additions and 251 deletions
|
@ -28,7 +28,7 @@ internal sealed class ControlsServerConnection(
|
|||
var type = (MessageType)buffer.Span[0];
|
||||
var control = (InputType)buffer.Span[1];
|
||||
|
||||
Logger.LogTrace("player input {} {} {}", player.Id, type, control);
|
||||
Logger.LogTrace("player input {} {} {}", player.Name, type, control);
|
||||
|
||||
var isEnable = type switch
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue