We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7f85a commit fba6e96Copy full SHA for fba6e96
include/CoreLib/Player.hpp
@@ -63,7 +63,7 @@ namespace bw
63
void UpdateInputs(std::size_t tickDelay, PlayerInputData inputData);
64
65
Player& operator=(const Player&) = delete;
66
- Player& operator=(Player&&) noexcept = default;
+ Player& operator=(Player&&) = delete;
67
68
static constexpr std::size_t NoWeapon = std::numeric_limits<std::size_t>::max();
69
0 commit comments