Skip to content

Commit

Permalink
Little example issue (#2421)
Browse files Browse the repository at this point in the history
  • Loading branch information
noftaly authored and FranKusmiruk committed Sep 3, 2019
1 parent dbe2f75 commit b0e8d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/ch/njol/skript/expressions/ExprHash.java
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"\t\tset {password::%uuid of player%} to text-argument hashed with SHA-256",
"command /login <text>:",
"\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!\""})
Expand Down

0 comments on commit b0e8d6a

Please sign in to comment.