Skip to content

Commit

Permalink
Update for 2.14.0-beta.dev.20240831.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Spacetech committed Aug 31, 2024
1 parent 619a78f commit 29c4826
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 16 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"watch": "npx tsc --build --watch --pretty --preserveWatchOutput"
},
"devDependencies": {
"@wayward/types": "^2.14.0-beta.dev.20240830.1",
"@wayward/types": "^2.14.0-beta.dev.20240831.1",
"rimraf": "3.0.2",
"typescript": "^5.6.1-rc"
}
Expand Down
11 changes: 0 additions & 11 deletions src/StarterQuest.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
/*!
* Copyright 2011-2024 Unlok
* https://www.unlok.ca
*
* Credits & Thanks:
* https://www.unlok.ca/credits-thanks/
*
* Wayward is a copyrighted and licensed work. Modification and/or distribution of any source files is prohibited. If you wish to modify the game in any way, please refer to the modding guide:
* https://github.com/WaywardGame/types/wiki
*/

import { EventBus } from "@wayward/game/event/EventBuses";
import { EventHandler } from "@wayward/game/event/EventManager";
import { Game } from "@wayward/game/game/Game";
Expand Down

0 comments on commit 29c4826

Please sign in to comment.