Fixed not showing debug text

This commit is contained in:
Unknown 2018-03-01 21:36:08 +03:00
parent 8c1515e0f4
commit bd3a60aca7

View file

@ -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: