feat: added server address in relay.config.json
This commit is contained in:
@@ -63,6 +63,7 @@ namespace Ragon.Relay
|
||||
Protocol = configuration.Protocol,
|
||||
ServerKey = configuration.ServerKey,
|
||||
ServerTickRate = configuration.ServerTickRate,
|
||||
ServerAddress = configuration.ServerAddress,
|
||||
};
|
||||
|
||||
var relay = new RagonServer(networkServer, plugin, serverConfiguration);
|
||||
|
||||
Reference in New Issue
Block a user