Fixed not showing debug text
This commit is contained in:
parent
8c1515e0f4
commit
bd3a60aca7
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ local function send_rpc_vmf_data_local(mod_name, rpc_name, ...)
|
||||||
|
|
||||||
if not success then
|
if not success then
|
||||||
get_mod(mod_name):error("(local rpc) in rpc '%s': %s", rpc_name, error_message)
|
get_mod(mod_name):error("(local rpc) in rpc '%s': %s", rpc_name, error_message)
|
||||||
|
else
|
||||||
local success, data = pcall(serialize_data, ...) -- @DEBUG:
|
local success, data = pcall(serialize_data, ...) -- @DEBUG:
|
||||||
if success then -- @DEBUG:
|
if success then -- @DEBUG:
|
||||||
vmf:info("[NETWORK][LOCAL RPC] '%s': %s", rpc_name, data) -- @DEBUG:
|
vmf:info("[NETWORK][LOCAL RPC] '%s': %s", rpc_name, data) -- @DEBUG:
|
||||||
|
|
Loading…
Add table
Reference in a new issue