Skip to content

Commit

Permalink
Changed the names to hard coded strings
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandvoxel committed Dec 8, 2017
1 parent cc976e9 commit 76cff5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/de/randombyte/holograms/Holograms.kt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ class Holograms @Inject constructor(
.dataClass(HologramData::class.java)
.immutableClass(HologramData.Immutable::class.java)
.builder(HologramData.Builder())
.manipulatorId(Holograms.AUTHOR+"-"+Holograms.ID)
.dataName(Holograms.AUTHOR+" "+Holograms.NAME)
.manipulatorId("holograms-data")
.dataName("Holograms Data")
.buildAndRegister(Sponge.getPluginManager().getPlugin(Holograms.ID).get())

}
Expand Down

0 comments on commit 76cff5a

Please sign in to comment.