polserver/testsuite/pol/testpkgs/client/packethook.src
turleypol 5e5f405c3d
Packet hook deadlock (#566)
* calling pkthooks does not need to hold the socketmutex

* temporary test for verification via CI

* removed testpkthook

* corechanges
2023-11-19 21:54:55 +01:00

6 lines
54 B
Text

use uo;
program packethook()
return 1;
endprogram