#W# gitignore update.

This commit is contained in:
WarrentyExpired 2026-07-03 20:58:47 -04:00
parent 6d94f65255
commit 2fe003ca41
6 changed files with 5 additions and 147 deletions

Binary file not shown.

View file

@ -1 +0,0 @@
РsQ|ЙNvQВ╙0GъPоб

View file

@ -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;
}