Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardosnt committed Jul 25, 2016
1 parent 419a5f0 commit cb55b00
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/Core/EssCore.cs
Expand Up @@ -59,12 +59,6 @@ namespace Essentials.Core {

public sealed class EssCore : RocketPlugin {

/*
TODO:
- Checar se o itemfeatures/vehiclefeatures esta funcionando.
- Add /rawMsg
*/

internal const string ROCKET_VERSION = "4.9.8.0";
internal const string UNTURNED_VERSION = "3.15.10.1";
internal const string PLUGIN_VERSION = "1.2.6.0";
Expand Down Expand Up @@ -93,12 +87,12 @@ public sealed class EssCore : RocketPlugin {
internal string DataFolder => MkDirIfNotExists(_dataFolder);
internal string ModulesFolder => MkDirIfNotExists(_modulesFolder);

// TODO: Use fields instead of Properties ??
// TODO: Use fields instead of Properties ??
internal Dictionary<ulong, UPlayer> ConnectedPlayers { get; set; }
internal InstancePool CommonInstancePool { get; } = new InstancePool();

internal bool DebugTasks { get; set; } = false;
internal bool DebugCommands { get; set; }
internal bool DebugCommands { get; set; }
#if DEV
= true;
#else
Expand Down

0 comments on commit cb55b00

Please sign in to comment.