Apply correct codestyle

This commit is contained in:
dordsor21
2019-02-04 13:59:11 +00:00
parent 9c90928d07
commit 51afbdfcdc
335 changed files with 58791 additions and 10363 deletions

View File

@ -4,7 +4,7 @@ This will increase a player's allowed plots by the provided value
*/
var uuid = UUIDHandler.getUUID('%s0', null);
if (uuid === null) {
C_INVALID_PLAYER.send(PlotPlayer, '%s0');
C_INVALID_PLAYER.send(PlotPlayer, '%s0');
}
else if (!MathMan.class.static.isInteger('%s1')) {
C_NOT_VALID_NUMBER.send(PlotPlayer, '(0, ' + Settings.MAX_PLOTS + ')');