0
1
mirror of https://github.com/radio95-rnt/rds95.git synced 2026-02-27 04:43:52 +01:00
This commit is contained in:
2025-12-22 21:46:50 +01:00
parent 04bd903de9
commit ceae7ec6ce
4 changed files with 6 additions and 11 deletions

View File

@@ -92,8 +92,8 @@ BOOL_GETTER(rt2_enabled)
BOOL_SETTER(ptyn_enabled)
BOOL_GETTER(ptyn_enabled)
BOOL_SETTER(rt_type)
BOOL_GETTER(rt_type)
INT_SETTER(rt_type)
INT_GETTER(rt_type)
int lua_set_rds_rds2mod(lua_State *localL) {
if (!lua_isboolean(localL, 1)) return luaL_error(localL, "boolean expected, got %s", luaL_typename(localL, 1));