mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-08 05:24:34 +02:00
More static actors loaded and can be accessed anywhere. Improved lua scripting to allow small talk.
This commit is contained in:
parent
300748668f
commit
789df97d48
16 changed files with 882 additions and 28 deletions
|
@ -8,6 +8,8 @@ using MySql.Data.MySqlClient;
|
|||
using System.Reflection;
|
||||
using System.IO;
|
||||
using FFXIVClassic_Lobby_Server.dataobjects;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace FFXIVClassic_Lobby_Server
|
||||
{
|
||||
|
@ -15,7 +17,7 @@ namespace FFXIVClassic_Lobby_Server
|
|||
{
|
||||
|
||||
static void Main(string[] args)
|
||||
{
|
||||
{
|
||||
#if DEBUG
|
||||
TextWriterTraceListener myWriter = new TextWriterTraceListener(System.Console.Out);
|
||||
Debug.Listeners.Add(myWriter);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue