Fix: Debug basics I fail to remember every time and waste time on.

master
aa6 2022-02-05 16:26:53 +03:00
parent 4548bb5c78
commit 5ba777d7ce
3 changed files with 4 additions and 2 deletions

View File

@ -42,7 +42,9 @@ All mod dependencies are optional.
- Run `git clone https://github.com/aa6/minetest_wadsprint.git; cd minetest_wadsprint` to clone the repository.
- Run `bash util/git_hook_pre_commit.bash install` after repository cloning. `./VERSION` and `./util/version.png` then will be updated automatically on every commit. To increment minor version append " 2" to `./VERSION` file contents.
- http://dev.minetest.net/Category:Methods
- Use `print(dump( ... ))` to print tables to console when debugging
- Use `error(123)` to stop execution when debugging
- Use manual http://dev.minetest.net/Category:Methods
**Changelog**

View File

@ -1 +1 @@
0.11.3
0.11.4

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB