• Type: Bug
    • Resolution: Fixed
    • Priority: Minor
    • None
    • Affects Version/s: None
    • None
    • git-Spigot-9639cf7-8fb6585
    • Yes

      World#setHardcore() will not respect the boolean value that is passed and just sets it to true.

          @Override
          public void setHardcore(boolean hardcore) {
              world.worldDataServer.b.hardcore = true;
          }
      

            Assignee:
            Unassigned
            Reporter:
            Parker Hawke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: