Skip to content

Commit

Permalink
im stupid
Browse files Browse the repository at this point in the history
  • Loading branch information
YetNT committed Apr 21, 2024
1 parent e53d6c7 commit fdc9976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BP/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"version": [
0,
1,
3
4
]
},
"modules": [
Expand Down
2 changes: 1 addition & 1 deletion BP/scripts/funcs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function secondsToTicks(num: number): number {
}

function doevery(p: Player, msg: string) {
const [, name, t] = msg;
const [, name, t] = msg.split(" ");
console.warn(t)
console.warn(msg)
const time = parseInt(t);
Expand Down

0 comments on commit fdc9976

Please sign in to comment.