diff options
| author | Michael <[email protected]> | 2017-02-08 18:01:13 -0500 |
|---|---|---|
| committer | Michael <[email protected]> | 2017-02-08 18:01:13 -0500 |
| commit | 48fd30794f61de671fd556c05226c2cfc7c548ee (patch) | |
| tree | 2fcd6a6c51a6a642bfb2996611e1ac1182dfbeff /ShiftOS.Server | |
| parent | beb2bb27d7cd957a43c26ec73ad96a8241a34008 (diff) | |
| download | shiftos_thereturn-48fd30794f61de671fd556c05226c2cfc7c548ee.tar.gz shiftos_thereturn-48fd30794f61de671fd556c05226c2cfc7c548ee.tar.bz2 shiftos_thereturn-48fd30794f61de671fd556c05226c2cfc7c548ee.zip | |
Shop fixes
Diffstat (limited to 'ShiftOS.Server')
| -rw-r--r-- | ShiftOS.Server/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ShiftOS.Server/Program.cs b/ShiftOS.Server/Program.cs index 7a4b457..9ac5702 100644 --- a/ShiftOS.Server/Program.cs +++ b/ShiftOS.Server/Program.cs @@ -407,8 +407,8 @@ Contents: Name = "shop_taken", GUID = "server", })); + return; } - return; } shopFile.Add(newShop); |
