mirror of
https://github.com/tetosama/Palworld-Server-Modding.git
synced 2025-04-29 02:37:21 +09:00
8 lines
158 B
Lua
8 lines
158 B
Lua
function Register()
|
|
return "48 89 5C 24 08 57 48 83 EC 30 48 8B D9 48 89 54 24 20 33 C9"
|
|
end
|
|
|
|
function OnMatchFound(MatchAddress)
|
|
return MatchAddress
|
|
end
|