Skip to content

Commit

Permalink
added multiserver
Browse files Browse the repository at this point in the history
  • Loading branch information
partiusfabaa committed Dec 27, 2023
1 parent 256aeb8 commit f8d10e3
Show file tree
Hide file tree
Showing 3 changed files with 113 additions and 83 deletions.
Binary file modified VIPCore/CounterStrikeSharp.API.dll
Binary file not shown.
4 changes: 2 additions & 2 deletions VIPCore/VIPCore/Cfg.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public ConfigVipCoreSettings LoadVipSettingsConfig()
config = new ConfigVipCoreSettings
{
TimeMode = 0,
//ServerId = 0,
ServerId = 0,
VipLogging = true,
Connection = new VipDb
{
Expand Down Expand Up @@ -103,7 +103,7 @@ public class VipDb
public class ConfigVipCoreSettings
{
public int TimeMode { get; init; }
//public int ServerId { get; init; }
public int ServerId { get; init; }

public bool VipLogging { get; init; }
public VipDb Connection { get; set; } = null!;
Expand Down
Loading

0 comments on commit f8d10e3

Please sign in to comment.