Changes after migration to dll

This commit is contained in:
VladMordock
2021-02-22 16:32:03 +01:00
parent fc659fe184
commit 1546ed2894
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ end
Perun.ConnectToPerun = function ()
-- Connects to Perun server
Perun.dll_main.connect(Perun.TCPPerunHost, Perun.TCPTargetPort)
Perun.dll_main.tcpConnect(Perun.TCPPerunHost, Perun.TCPTargetPort)
Perun.AddLog(string.format("Connecting to TCP server %s:%i", Perun.TCPPerunHost, Perun.TCPTargetPort), 2)
end