forked from Raphael/SCHALE.GameServer
oops wrong config id
This commit is contained in:
parent
7a722825c8
commit
1fda0691d7
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue