Skip to content

Doesn't compile on 0.5.2 — CommandSender.getDisplayName() is gone #25

@andrewkm

Description

@andrewkm

Doesn't build against the current server (0.5.2) - CommandSender doesn't have getDisplayName() anymore, just getUsername() and getUuid().

CodeCreateCommand.java:[36,95] cannot find symbol
  symbol:   method getDisplayName()
  location: interface com.hypixel.hytale.server.core.command.system.CommandSender

Only used in CodeCreateCommand line 36 - swapping it for getUsername() builds fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions