diff --git a/jars/niko_morePlanetaryConditions.jar b/jars/niko_morePlanetaryConditions.jar index aa0abf5..875fd28 100644 Binary files a/jars/niko_morePlanetaryConditions.jar and b/jars/niko_morePlanetaryConditions.jar differ diff --git a/src/data/console/commands/niko_MPC_genSpecialContent.kt b/src/data/console/commands/niko_MPC_genSpecialContent.kt index 071fd93..81de126 100644 --- a/src/data/console/commands/niko_MPC_genSpecialContent.kt +++ b/src/data/console/commands/niko_MPC_genSpecialContent.kt @@ -9,8 +9,7 @@ class niko_MPC_genSpecialContent: BaseCommand { override fun runCommand(args: String, context: BaseCommand.CommandContext): BaseCommand.CommandResult { doSpecialProcgen(true) - Console.showMessage("special content updated to current version! note this does not guarantee perfect parity. " + - "hints: look around neutron stars") + Console.showMessage("special content updated to current version! note this does not guarantee perfect parity.") return BaseCommand.CommandResult.SUCCESS } } \ No newline at end of file