From 3e14195bf748397d399a283e3a079062def39762 Mon Sep 17 00:00:00 2001 From: mid <> Date: Wed, 21 Jan 2026 22:22:54 +0200 Subject: [PATCH] What about this, dumbfuck --- src/luaapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/luaapi.c b/src/luaapi.c index ba15726..2c17fe3 100644 --- a/src/luaapi.c +++ b/src/luaapi.c @@ -1856,7 +1856,7 @@ static int dagame_ray_get(lua_State *L) { return 1; } else if(!strcmp(key, "ready")) { - lua_pushboolean(L, !isnanf(lr->out[0])); + lua_pushboolean(L, !isnan(lr->out[0])); return 1; }