Remove backing up of a file that Ryan said is unused

This commit is contained in:
dginovker 2023-11-07 01:17:12 +09:00
parent b96d9a2cca
commit 6fd4b7d7e4

View file

@ -17,7 +17,6 @@ public static class SingleplayerManagement
private static readonly string[] FilesToBackup =
{
"game/data/eco/ge_resource.emp",
"game/data/eco/grandexchange.db"
};