Skip to content

Commit b2e9fd6

Browse files
committed
Fix create personal factory in game mode
1 parent 1f05cd3 commit b2e9fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sa-mp/core",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"description": "Core for NodeSamp.",
55
"keywords": ["nodesamp", "sa-mp", "samp", "core"],
66
"repository": "github:dev2alert/node-samp-core",

src/gamemode/context/factory.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ export class Factory extends ctx.Factory {
2929

3030
public create(): void {
3131
this.checkRootContext();
32+
this.createPersonal();
3233
GameMode.on("init", (gamemode) => {
33-
this.createPersonal();
3434
gamemode.retval = this.callEvent("onInit");
3535
});
3636
GameMode.on("exit", (gamemode) => {

0 commit comments

Comments
 (0)