Skip to content

Commit c632ff8

Browse files
committed
obvious error LMAO
1 parent 8a8150e commit c632ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MapLib.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Example:
8888
local maplib = game.GetMapLib:Invoke()()
8989
local player = game.Players:GetPlayerFromCharacter(other.Parent)
9090
if (player ~= nil) then
91-
MapLib:Survive(player)
91+
maplib:Survive(player)
9292
end
9393
```
9494

0 commit comments

Comments
 (0)