Files
P42_godDaemons/GPS/actions/arena/dispatch.js
T
2026-06-13 13:47:46 +00:00

6 lines
195 B
JavaScript

export function dispatchMessage(redisCnx, msg, chan) {
if(!redisCnx.config.gps || typeof(redisCnx.dispatchArenaMessage) !== 'function') return
redisCnx.dispatchArenaMessage(msg, chan)
}