Removed duplicate init script in client and fixed encyclopedia initialization error

This commit is contained in:
Robert MacGregor 2016-03-17 02:38:58 -04:00
parent 963a446551
commit 37928a28e2
2 changed files with 1 additions and 9 deletions

View file

@ -1,9 +0,0 @@
//------------------------------------------------------------------------------
// initialise.cs
// Client Scripts Init
// Copright (c) 2012 The DarkDragonDX
//==============================================================================
exec("scripts/modScripts/client/clientFunctions.cs");
exec("scripts/modScripts/client/serverRequestHandler.cs");
exec("scripts/modScripts/client/RPGBrowserGUI.cs");

View file

@ -5,3 +5,4 @@
//==============================================================================
exec("scripts/modScripts/client/clientFunctions.cs");
exec("scripts/modScripts/client/serverRequestHandler.cs");
exec("scripts/modScripts/client/RPGBrowserGUI.cs");