[Network] Fix an instance of the VT2_PORT_NUMBER being hardcoded
Co-authored-by: Dan Reeves <hey@danreev.es>
This commit is contained in:
parent
7069323f62
commit
00c73d248f
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ vmf.create_network_dictionary = function()
|
|||
_shared_rpcs_map = cjson.encode(_shared_rpcs_map)
|
||||
|
||||
if not VT1 then
|
||||
Managers.mod:network_bind(0, function(sender, payload)
|
||||
Managers.mod:network_bind(VT2_PORT_NUMBER, function(sender, payload)
|
||||
vmf_network_recv(sender, tonumber(payload[1]), payload[2], payload[3])
|
||||
end)
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue