Skip to content

Commit

Permalink
TestCommit
Browse files Browse the repository at this point in the history
Signed-off-by: TTTheKing <[email protected]>
  • Loading branch information
TTTheKing committed Apr 14, 2013
1 parent 1b6f88e commit d5849f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/com/dre/managerxl/commands/player/Home.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void onExecute(String[] args, CommandSender sender) {
if (oPlayer.getHome() != null){
player.teleport(oPlayer.getHome());
} else {
P.p.msg(player, P.p.getLanguageReader().get("Error_CmdHome_NoHome2", args[0]));
P.p.msg(player, P.p.getLanguageReader().get("Error_CmdHome_NoHome2", args[0]));
}
} else {
P.p.msg(player, P.p.getLanguageReader().get("Error_PlayerNotExist", args[0]));
Expand Down

0 comments on commit d5849f6

Please sign in to comment.