Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
change testing case
Browse files Browse the repository at this point in the history
  • Loading branch information
ffrostfall committed Jul 16, 2023
1 parent dcb0ad2 commit ad218c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testing/tests/server/featureTests/init.server.luau
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ end)

task.wait(1)

--[[while true do
while true do
local plr = Players:GetPlayers()[1]
bridge:Fire(plr, 1)
bridge2:Fire(plr, 2)
bridge:Fire(plr, 3)
bridge2:Fire(plr, 4)
task.wait(1)
end]]
end

0 comments on commit ad218c0

Please sign in to comment.