Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
JunaMeinhold committed May 28, 2024
1 parent d492db8 commit 9e8bf02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HexaEngine/Network/NetworkSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

public class NetworkSystem : ISceneSystem
{
private readonly NetworkMode mode = NetworkMode.Client;
private readonly NetworkMode mode = NetworkMode.None;
private INetwork? network;

public string Name { get; } = "Network";
Expand Down

0 comments on commit 9e8bf02

Please sign in to comment.