code cleaned up

This commit is contained in:
xEntenKoeniqx
2022-09-05 13:02:09 +02:00
parent 84b040766f
commit 6c82895fa7
19 changed files with 71 additions and 160 deletions

View File

@ -18,10 +18,9 @@ namespace RageCoop.Server
if (args.Length>=2 && args[0]=="update")
{
var target = args[1];
int i =0;
while (i < 10)
int i = 0;
while (i++ < 10)
{
i++;
try
{
Console.WriteLine("Applying update to "+target);