#W# gitignore update.
This commit is contained in:
parent
6d94f65255
commit
2fe003ca41
6 changed files with 5 additions and 147 deletions
|
|
@ -8,7 +8,7 @@ namespace Server.Misc
|
|||
public static string ServerName()
|
||||
{
|
||||
// What is the name of your server?
|
||||
return "Britain Knights";
|
||||
return "Avatars Conquest";
|
||||
}
|
||||
|
||||
public static string PublicIP()
|
||||
|
|
@ -22,7 +22,8 @@ namespace Server.Misc
|
|||
{
|
||||
// The server may try to detect your public IP address.
|
||||
// The console will show if it is trying to obtain one.
|
||||
// If you don't see a console message stating it is trying to find one, set this to true to force it if you want to run a public server.
|
||||
// If you don't see a console message stating it is trying to
|
||||
// find one, set this to true to force it if you want to run a public server.
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue