diff options
author | Zughy <63455151+Zughy@users.noreply.github.com> | 2022-01-22 12:42:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 12:42:49 +0100 |
commit | 37d80784ddfc0ff07baee214570c80dc5dd92ca7 (patch) | |
tree | 809dbbca952a6af443f3eb132e8c5f0c77206a46 /src/remoteplayer.h | |
parent | f66ed2c27fa0f351ffb458224af74f3371d6f4ac (diff) | |
download | minetest-37d80784ddfc0ff07baee214570c80dc5dd92ca7.tar.xz |
Allow resetting celestial vault elements by leaving its arguments empty (#11922)
Diffstat (limited to 'src/remoteplayer.h')
-rw-r--r-- | src/remoteplayer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/remoteplayer.h b/src/remoteplayer.h index bd39b68ba..c8991480b 100644 --- a/src/remoteplayer.h +++ b/src/remoteplayer.h @@ -21,7 +21,6 @@ with this program; if not, write to the Free Software Foundation, Inc., #pragma once #include "player.h" -#include "cloudparams.h" #include "skyparams.h" class PlayerSAO; |