diff options
author | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:22 +0200 |
---|---|---|
committer | autocommitter <autocommitter@linux-forks.de> | 2024-04-22 14:58:22 +0200 |
commit | fe5294d1d13441071f6cb58c2594062875b4439d (patch) | |
tree | 3a85d745561ba57f66eb92c7a4c421fa23914325 | |
parent | 5bf98744c70c320fd883642dffd2de0cfdb97630 (diff) | |
download | luaatc_envs-fe5294d1d13441071f6cb58c2594062875b4439d.tar.gz luaatc_envs-fe5294d1d13441071f6cb58c2594062875b4439d.tar.bz2 luaatc_envs-fe5294d1d13441071f6cb58c2594062875b4439d.zip |
State at 2023-04-09
-rw-r--r-- | ers/init_code.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ers/init_code.lua b/ers/init_code.lua index 18cdbc9..c41de06 100644 --- a/ers/init_code.lua +++ b/ers/init_code.lua @@ -26,6 +26,8 @@ F.known_rcs = { ["TYARD"] = "TYARD", ["TY_COLLECT_SINESIS"] = "TY_COLLECT_SINESIS", ["TY_RTS"] = "TY_RTS", + ["FAREAST"] = "FAREAST", + ["KLYARD"] = "KLYARD", } F.print = function (str) if F.debug then print("".. (str or "nil") ) end end |