mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-11 23:14:39 +02:00
Added warp to public and private areas shortcut. Fixed counter printout bug. Fixed some commands. Fixed handling of the chocobo lender at the ferry docks.
This commit is contained in:
parent
9f077190a3
commit
214d730a58
13 changed files with 208 additions and 124 deletions
18
Map Server/Actors/Debug/DebugWork.cs
Normal file
18
Map Server/Actors/Debug/DebugWork.cs
Normal file
|
@ -0,0 +1,18 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Meteor.Map.Actors.Debug
|
||||
{
|
||||
class DebugWork
|
||||
{
|
||||
public bool enableWidget;
|
||||
public bool printProcessing;
|
||||
public float printProcessingLog;
|
||||
public bool printDisp;
|
||||
public bool printDispFront;
|
||||
public int serverTimeOffset;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue