Skip to content

Commit

Permalink
fixed syntax error: NanosWorld::GetPlayers
Browse files Browse the repository at this point in the history
  • Loading branch information
gtnardy committed Apr 19, 2021
1 parent 9814476 commit b66bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Index.lua
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ Player:Subscribe("Destroy", function(player)
end)

Package:Subscribe("Load", function()
for k, player in pairs(NanosWorld::GetPlayers()) do
for k, player in pairs(NanosWorld:GetPlayers()) do
SpawnPlayer(player)
end
end)
Expand Down

0 comments on commit b66bce8

Please sign in to comment.