mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
actually fix my dumb mistake
This commit is contained in:
parent
e85832a5a4
commit
f5a8a0a8c7
1 changed files with 1 additions and 2 deletions
|
@ -32,7 +32,6 @@ using NetSockets;
|
|||
using Newtonsoft.Json;
|
||||
using System.IO;
|
||||
using static ShiftOS.Server.Program;
|
||||
using ShiftOS.Engine
|
||||
|
||||
|
||||
namespace ShiftOS.Server
|
||||
|
@ -181,7 +180,7 @@ namespace ShiftOS.Server
|
|||
if (sve.EndsWith(".save"))
|
||||
{
|
||||
var save = JsonConvert.DeserializeObject<Save>(File.ReadAllText(sve));
|
||||
accs.Add($"{ShiftOS.Engine.SaveSytem.CurrentUser.Username}@{save.SystemName}");
|
||||
accs.Add($"{save.Username}@{save.SystemName}");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue