Undeclared global variable "ture" accessed at ...6.0-dev/minetest-dev/bin/../mods/panes_embedded/init.lua:100 #1

Open
opened 2022-04-16 03:55:25 +00:00 by AliasAlreadyTaken · 0 comments

This is the line:

-- embedded pane successfully created
return ture

Most likely it should be changed to

-- embedded pane successfully created
return true
This is the line: ``` -- embedded pane successfully created return ture ``` Most likely it should be changed to ``` -- embedded pane successfully created return true ```
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Sokomine/panes_embedded#1
No description provided.