Skip to content

Commit

Permalink
默认是0取消
Browse files Browse the repository at this point in the history
  • Loading branch information
NikoCat233 committed Apr 25, 2024
1 parent 30c4f49 commit 0fece6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Impostor.Api/Config/AntiCheatConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class AntiCheatConfig
public bool EnableTargetChecks { get; set; } = true;

// Set 0 = no limit
public int MaxOnlineFromSameIp { get; set; } = 1;
public int MaxOnlineFromSameIp { get; set; } = 0;

public bool ForbidProtocolExtensions { get; set; } = true;
}
Expand Down

0 comments on commit 0fece6f

Please sign in to comment.