mirror of
https://github.com/Ragora/T2-BoL.git
synced 2026-03-01 19:43:40 +00:00
Removed duplicate init script in client and fixed encyclopedia initialization error
This commit is contained in:
parent
963a446551
commit
37928a28e2
2 changed files with 1 additions and 9 deletions
|
|
@ -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");
|
||||
|
|
@ -5,3 +5,4 @@
|
|||
//==============================================================================
|
||||
exec("scripts/modScripts/client/clientFunctions.cs");
|
||||
exec("scripts/modScripts/client/serverRequestHandler.cs");
|
||||
exec("scripts/modScripts/client/RPGBrowserGUI.cs");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue