Skip to content

Commit

Permalink
fix missed word and add some more clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed Sep 8, 2024
1 parent 13220db commit a0026f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/player.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ mimic mtg player_api

`xcompat.player.player_attached`

read/write from it is fine, looping over it is not as it is a proxy table. s
read/write from it is fine, looping over it is not as it is a proxy table. this
would need lua5.2 __pairs/__ipairs metamethods support which i could polyfill
for using https://stackoverflow.com/a/77354254 but didnt feel like doing at
this time
this time. (luajit supports this via 5.2 extensions). additionally see issue:
https://github.com/minetest/minetest/issues/15133

0 comments on commit a0026f4

Please sign in to comment.