Skip to content

Commit fba6e96

Browse files
committed
Update Player.hpp
1 parent 7b7f85a commit fba6e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/CoreLib/Player.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ namespace bw
6363
void UpdateInputs(std::size_t tickDelay, PlayerInputData inputData);
6464

6565
Player& operator=(const Player&) = delete;
66-
Player& operator=(Player&&) noexcept = default;
66+
Player& operator=(Player&&) = delete;
6767

6868
static constexpr std::size_t NoWeapon = std::numeric_limits<std::size_t>::max();
6969

0 commit comments

Comments
 (0)