Fixed help text

This commit is contained in:
Norbi Peti 2016-12-16 19:25:50 +01:00
parent 0a4ab5a46e
commit 6d75e9bd9e

View file

@ -12,7 +12,7 @@ public class InfoCommand extends UCommandBase {
return new String[] { // return new String[] { //
"§6---- User information ----", // "§6---- User information ----", //
"Get some information known about the user.", // "Get some information known about the user.", //
"Usage: /u " + alias + " <playername>" // "Usage: /"+alias+" info <playername>" //
}; };
} }