diff --git a/.travis.yml b/.travis.yml
index 17850e8d64f..af2cfc45cc9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,7 @@ git:
env:
global:
- BYOND_MAJOR="510"
- - BYOND_MINOR="1342"
+ - BYOND_MINOR="1346"
matrix:
- DM_MAPFILE="cyberiad"
- DM_MAPFILE="metastation"
diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm
index c32d17a65a5..e49e99ad6b7 100644
--- a/code/_onclick/hud/hud.dm
+++ b/code/_onclick/hud/hud.dm
@@ -186,6 +186,3 @@
to_chat(usr, "Switched HUD mode. Press F12 to toggle.")
else
to_chat(usr, "This mob type does not use a HUD.")
-
-/image
- plane = FLOAT_PLANE // I have no fucking clue why this isn't FLOAT_PLANE by default in BYOND.
\ No newline at end of file