From b0e8d6a736c8c390e6b7933f5399d1742bbe0308 Mon Sep 17 00:00:00 2001 From: noftaly <34779161+noftaly@users.noreply.github.com> Date: Tue, 3 Sep 2019 23:35:15 +0200 Subject: [PATCH] Little example issue (#2421) --- src/main/java/ch/njol/skript/expressions/ExprHash.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/ch/njol/skript/expressions/ExprHash.java b/src/main/java/ch/njol/skript/expressions/ExprHash.java index 671134d2c95..9f3c449cd29 100644 --- a/src/main/java/ch/njol/skript/expressions/ExprHash.java +++ b/src/main/java/ch/njol/skript/expressions/ExprHash.java @@ -51,7 +51,7 @@ "\t\tset {password::%uuid of player%} to text-argument hashed with SHA-256", "command /login :", "\ttrigger:", - "\t\ttif text-argument hashed with SHA-256 is {password::%uuid of player%}:", + "\t\tif text-argument hashed with SHA-256 is {password::%uuid of player%}:", "\t\t\tmessage \"Login successful.\"", "\t\telse:", "\t\t\tmessage \"Wrong password!\""})