Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix wrong code comment #8061

Merged
merged 1 commit into from Jan 6, 2019
Merged

Fix wrong code comment #8061

merged 1 commit into from Jan 6, 2019

Conversation

Desour
Copy link
Member

@Desour Desour commented Jan 6, 2019

"Get core.registered_on_chat_messages" to "Get core.registered_on_player_receive_fields" where core.registered_on_player_receive_fields is gotten

"Get core.registered_on_chat_messages" to "Get core.registered_on_player_receive_fields" where `core.registered_on_player_receive_fields` is gotten
Desour referenced this pull request Jan 6, 2019
On the lua side, notably minetest.env:<function>(<args>) should now
be replaced by minetest.<function>(<args>).
The old way is and will stay supported for a long time.

Also:
Update and clean up lua_api.txt (by celeron55)
Move EnvRef to lua and remove add_rat and add_firefly (by kahrl)
Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
@sfan5 sfan5 added the Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines label Jan 6, 2019
@nerzhul nerzhul merged commit 07c1c72 into minetest:master Jan 6, 2019
@Desour Desour deleted the patch-2 branch January 6, 2019 19:27
osjc pushed a commit to osjc/minetest that referenced this pull request Jan 23, 2019
"Get core.registered_on_chat_messages" to "Get core.registered_on_player_receive_fields" where `core.registered_on_player_receive_fields` is gotten
luk3yx pushed a commit to luk3yx/minetest that referenced this pull request Feb 5, 2019
"Get core.registered_on_chat_messages" to "Get core.registered_on_player_receive_fields" where `core.registered_on_player_receive_fields` is gotten
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants