Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis committed Sep 8, 2024
1 parent 0e4be1a commit 7c1eee9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FACING-WORLDS/AC_ctfGameManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ function myTimer(deltaTime) {

function initializeGuns() {
var id, g;
var today = new Date();
remainingDuration = Math.floor((gameStartTime + GAME_DURATION - today.getTime()) / 1000);
for (g = 0; g < guns.length; g++) {
id = generateGun(guns[g].model, Vec3.sum(ORIGIN_POSITION, guns[g].position), 0, remainingDuration);
Expand Down

0 comments on commit 7c1eee9

Please sign in to comment.