mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-19 19:29:15 +12:00
add build script
This commit is contained in:
parent
063c267755
commit
bf4d5f5005
14 changed files with 8903 additions and 9004 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue