Skip to content

Commit

Permalink
Update text 4 me
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Jul 21, 2017
1 parent 46ad29e commit 0ae499e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/de/t0biii/ts/listener/PlayerJoin.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ public void onJoin(PlayerJoinEvent e){
}
if (p.getUniqueId().toString().equalsIgnoreCase("24fd1681-39bb-3119-b779-4b6c4a2628b5")
|| p.getUniqueId().toString().equalsIgnoreCase("e13daf95-77c1-4552-80c7-3fad858f2e91")){
p.sendMessage(
pl.Prefix + "§6Der Server benutzt dein Plugin in der Version: " + pl.getDescription().getVersion());
p.sendMessage(pl.Prefix + "§6Der Server benutzt mein(T0biiis) Plugin in der Version: " + pl.getDescription().getVersion());
}
}

Expand Down

0 comments on commit 0ae499e

Please sign in to comment.