merge: refresh ng_compare for logical game clock
This commit is contained in:
@@ -6,7 +6,7 @@ namespace sammo;
|
||||
|
||||
final class NpcPossessionSelector
|
||||
{
|
||||
public static function buildSeed(string|int $hiddenSeed, int $owner, string $now): string
|
||||
public static function buildSeed(string|int $hiddenSeed, int $owner, string|int $now): string
|
||||
{
|
||||
return Util::simpleSerialize($hiddenSeed, 'SelectNPCToken', $owner, $now);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user