add build script

This commit is contained in:
Li 2022-05-08 12:21:33 +12:00
parent 063c267755
commit bf4d5f5005
14 changed files with 8903 additions and 9004 deletions

View file

@ -7,7 +7,6 @@ using HISP.Game.Horse;
using HISP.Game.Items;
using HISP.Game.Services;
using HISP.Game.SwfModules;
using HISP.Modding;
using HISP.Security;
using HISP.Server;
using HTTP;
@ -75,7 +74,6 @@ namespace HISP.Noobs
BaseDir = Path.Combine(Environment.GetEnvironmentVariable("APPDATA"), "HISP", "N00BS");
Directory.CreateDirectory(BaseDir);
ModLoader.ReloadModsFromFilesystem();
// Start Web Server
try