mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
strings/polyfill/str_ends: actually export it correctly
This commit is contained in:
parent
f19b22e906
commit
08cff1c967
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ if worldeditadditions then
|
||||||
worldeditadditions.str_padend = str_padend
|
worldeditadditions.str_padend = str_padend
|
||||||
worldeditadditions.str_padstart = str_padstart
|
worldeditadditions.str_padstart = str_padstart
|
||||||
worldeditadditions.str_starts = str_starts
|
worldeditadditions.str_starts = str_starts
|
||||||
worldeditadditions.str_ends = str_starts
|
worldeditadditions.str_ends = str_ends
|
||||||
worldeditadditions.trim = trim
|
worldeditadditions.trim = trim
|
||||||
else
|
else
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in a new issue