]> git.lizzy.rs Git - minetest.git/blobdiff - src/network/networkprotocol.h
Allow binding dig, place actions to keys; remove LMB/RMB hardcoding
[minetest.git] / src / network / networkprotocol.h
index 28abf02c0bdddaeeb43544a14ab7b6f920872fc8..05600cda9469396ef140c4465b0d675a325783a0 100644 (file)
@@ -1034,7 +1034,7 @@ const static std::string accessDeniedStrings[SERVER_ACCESSDENIED_MAX] = {
        "This server has experienced an internal error. You will now be disconnected."
 };
 
-enum PlayerListModifer: u8
+enum PlayerListModifer : u8
 {
        PLAYER_LIST_INIT,
        PLAYER_LIST_ADD,