oops wrong config id

This commit is contained in:
raphaeIl 2025-01-20 06:42:08 -05:00
parent 7a722825c8
commit 1fda0691d7
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ namespace SCHALE.GameServer.Utils
public string IRCAddress { get; set; } = "127.0.0.1";
public int IRCPort { get; set; } = 6667;
public string VersionId { get; set; } = "r76_odfuvebzfonktr6yf71a/";
public string VersionId { get; set; } = "r76_odfuvebzfonktr6yf71a";
public static void Load()
{