Travis to 512.1488 for ?. operator compiler fix
``` The ?. operator didn't handle some complex situations properly where it was the left-hand side of an expression and that expression was in turn the right-hand side of another. ``` Byond fix to ensure the new meme
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
FROM tgstation/byond:512.1484 as base
|
||||
FROM tgstation/byond:512.1488 as base
|
||||
|
||||
FROM base as build_base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user