Skip to content

Commit 0503f34

Browse files
committed
2 parents dd096a4 + 931e425 commit 0503f34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ end
5151
5252
**Example:**
5353
```lua
54-
MapLib.MapEnded:Connect(function()
54+
MapLib.RoundEnding:Connect(function()
5555
MapLib:Alert("The round has ended", Color3.new(0, 255, 0), 2.5)
5656
end)
5757
```

0 commit comments

Comments
 (0)