File

plugins/mod_unknown.lua @ 13516:078780f262d5

mod_s2s: Fix traceback due to type confusion (Thanks Menel) The code assumed a 2-d sparse array but it could also be a string.
author Kim Alvefur <zash@zash.se>
date Mon, 26 Aug 2024 19:21:03 +0200
parent 6003:28a90f5fea46
line wrap: on
line source

-- Unknown platform stub
module:set_global();

-- TODO Do things that make sense if we don't know about the platform