duhhhhhhhh
This commit is contained in:
@@ -6,7 +6,7 @@ export class PlayerSocketSubscriptionTarget extends SocketTarget {
|
||||
#ids: number[] = [];
|
||||
|
||||
override zod = z.object({
|
||||
PlayerIds: z.array(z.number().nonnegative().max(2_147_483_647))
|
||||
PlayerIds: z.array(z.number().nonnegative().max(Math.pow(2, 31)))
|
||||
});
|
||||
|
||||
override exec(...ids: number[]) {
|
||||
|
||||
Reference in New Issue
Block a user