mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-14 16:44:33 +01:00
Fixes a Thing (#4723)
* Thanks @tigercat2000 * BYOND does not have 510.1347 for Linux yet
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ git:
|
||||
env:
|
||||
global:
|
||||
- BYOND_MAJOR="510"
|
||||
- BYOND_MINOR="1342"
|
||||
- BYOND_MINOR="1346"
|
||||
matrix:
|
||||
- DM_MAPFILE="cyberiad"
|
||||
- DM_MAPFILE="metastation"
|
||||
|
||||
@@ -186,6 +186,3 @@
|
||||
to_chat(usr, "<span class ='info'>Switched HUD mode. Press F12 to toggle.</span>")
|
||||
else
|
||||
to_chat(usr, "<span class ='warning'>This mob type does not use a HUD.</span>")
|
||||
|
||||
/image
|
||||
plane = FLOAT_PLANE // I have no fucking clue why this isn't FLOAT_PLANE by default in BYOND.
|
||||
Reference in New Issue
Block a user