info not error
This commit is contained in:
parent
85a27f421a
commit
c5705eeabd
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ namespace TShockAPI
|
||||||
WorldGen.saveWorld();
|
WorldGen.saveWorld();
|
||||||
|
|
||||||
Console.WriteLine("World backed up");
|
Console.WriteLine("World backed up");
|
||||||
Log.Error(string.Format("World backed up ({0})", Main.worldPathName));
|
Log.Info(string.Format("World backed up ({0})", Main.worldPathName));
|
||||||
|
|
||||||
Main.worldPathName = worldname;
|
Main.worldPathName = worldname;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue