diff --git a/docs/src/progress/currenttarget.md b/docs/src/progress/currenttarget.md
index 69bd2ba2..bbd43079 100644
--- a/docs/src/progress/currenttarget.md
+++ b/docs/src/progress/currenttarget.md
@@ -1,7 +1,7 @@
+ spawn into the world
+ there is a sword lying on the ground
+ when you grab the sword, a tutorial popup appears to tell you how to use in
-+ on clearing the tutorial, continue the game+ when the sword is equipped, create another popup to teach sword controls. it pauses the game
++ on clearing the tutorial, continue the game when the sword is equipped, create another popup to teach sword controls. it pauses the game
+ when popup is accepted, spawn an enemy with an effect
enemy ai
review effects
diff --git a/pom.xml b/pom.xml
index 06a7989a..43bdb6a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -305,7 +305,7 @@
exec
- ${basedir}/Assets/Scripts/compiler/get_typescript.sh
+ ${basedir}/assets/Scripts/compiler/get_typescript.sh
diff --git a/src/main/java/electrosphere/auth/AuthenticationManager.java b/src/main/java/electrosphere/auth/AuthenticationManager.java
index 9adc9b99..1b19a0df 100644
--- a/src/main/java/electrosphere/auth/AuthenticationManager.java
+++ b/src/main/java/electrosphere/auth/AuthenticationManager.java
@@ -3,7 +3,6 @@ package electrosphere.auth;
import java.security.NoSuchAlgorithmException;
import java.security.spec.InvalidKeySpecException;
import java.security.spec.KeySpec;
-import java.util.Arrays;
import java.util.Base64;
import javax.crypto.SecretKeyFactory;