mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Drops 512 support.
This commit is contained in:
@@ -482,14 +482,6 @@
|
||||
temp_expression_list = list()
|
||||
i = expression(i, temp_expression_list)
|
||||
|
||||
#if MIN_COMPILER_VERSION > 512
|
||||
#warn Remove this outdated workaround
|
||||
#elif DM_BUILD < 1467
|
||||
// http://www.byond.com/forum/post/2445083
|
||||
var/dummy = src.type
|
||||
dummy = dummy
|
||||
#endif
|
||||
|
||||
while(token(i) && token(i) != "]")
|
||||
|
||||
if (temp_expression_list)
|
||||
|
||||
Reference in New Issue
Block a user