Skip to content

Commit

Permalink
Separate implementation of 'MobTaskManager'
Browse files Browse the repository at this point in the history
  • Loading branch information
OldSerpskiStalker committed Sep 24, 2024
1 parent 7923c21 commit e1dc6ef
Show file tree
Hide file tree
Showing 8 changed files with 406 additions and 714 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,6 @@ public final class ConfigDebugSingleEvents implements IConfig
*/
private static boolean instanceExists = false;

/**
*
*/
public static boolean DebugActionAddEnemyToLog = false;

/**
*
*/
public static boolean DebugActionPanicToIdLog = false;

/**
*
*/
Expand Down Expand Up @@ -58,19 +48,7 @@ public void init(FMLPreInitializationEvent event)
@Override
public void readProperties(Configuration configuration)
{
DebugActionAddEnemyToLog = this.getConfigValueB(
configuration,
"Debug Action 'AddEnemy'",
"actions_single_events",
DebugActionAddEnemyToLog,
"Tracks the logical action of 'addEnemy'");

DebugActionPanicToIdLog = this.getConfigValueB(
configuration,
"Debug Action 'AddPanicToId'",
"actions_single_events",
DebugActionPanicToIdLog,
"Tracks the logical action of 'addPanicToId'");
}

/**
Expand Down
Loading

0 comments on commit e1dc6ef

Please sign in to comment.