mirror of
https://github.com/polserver/polserver
synced 2026-08-13 08:23:08 -04:00
* calling pkthooks does not need to hold the socketmutex * temporary test for verification via CI * removed testpkthook * corechanges
6 lines
54 B
Text
6 lines
54 B
Text
use uo;
|
|
|
|
program packethook()
|
|
return 1;
|
|
endprogram
|
|
|