player.set_noclip docs fix

This commit is contained in:
MihailRis 2024-05-24 01:59:38 +03:00
parent 0eba793d63
commit acac22d9c9
2 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ player.is_noclip() -> bool
player.set_noclip(bool)
```
Getter and setter for player noclip mode (physics disabled)
Getter and setter for player noclip mode (collisions disabled)
## *world* library

View File

@ -75,7 +75,7 @@ player.is_noclip() -> bool
player.set_noclip(bool)
```
Геттер и сеттер noclip режима (выключенная физика игрока)
Геттер и сеттер noclip режима (выключенная коллизия игрока)
## Библиотека world