Skip to content

Commit

Permalink
feat: update gtjs into 2.0.12
Browse files Browse the repository at this point in the history
JadlionHD committed Jan 27, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 2d369f6 commit ca8bff6
Showing 3 changed files with 67 additions and 70 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@
"drizzle-orm": "^0.31.2",
"drizzle-zod": "^0.5.1",
"fast-xml-parser": "^4.5.0",
"growtopia.js": "^2.0.10",
"growtopia.js": "^2.0.12",
"hono": "^4.6.3",
"imagescript": "^1.3.0",
"jsonwebtoken": "^9.0.2",
130 changes: 65 additions & 65 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions src/core/Base.ts
Original file line number Diff line number Diff line change
@@ -38,10 +38,7 @@ export class Base {
constructor() {
this.server = new Client({
enet: {
ip: "0.0.0.0",
useNewPacket: {
asServer: false
}
ip: "0.0.0.0",
}
});
this.items = {

0 comments on commit ca8bff6

Please sign in to comment.