Hacks of this nature are facilitated by all master servers, but we're working on a fix.
Meanwhile, you can add one line to your autoexec.cs to prevent it from happening.
Click on stabby to comment or read more.
-Plasmatic

Moderator: Moderators



file::delete("config\\gameserverlist.cs");//backing up GameServerList.cs
while(isfile("config\\gameServerList" @ %i @".cs"))
%i++;
echo("Found "@ %i-1 @" saved gameServerLists.");
echo("Backing up current list.");
file::copy("config\\gameserverlist.cs", "config\\gameserverlist"@%i@".cs");
echo("Clearing server list.");
file::delete("config\\gameserverlist.cs");


Users browsing this forum: No registered users and 1 guest