Skip to content

Commit

Permalink
bugfixes yay
Browse files Browse the repository at this point in the history
  • Loading branch information
nikothedude committed Aug 26, 2024
1 parent 9b14792 commit 7562f0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file modified jars/niko_morePlanetaryConditions.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions src/data/console/commands/niko_MPC_genSpecialContent.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}

0 comments on commit 7562f0f

Please sign in to comment.