fix predictpacket serialization
This commit is contained in:
@@ -44,7 +44,7 @@ struct PlayerLeave {
|
||||
};
|
||||
|
||||
struct PredictCommand {
|
||||
std::unique_ptr<CommandBase> m_Command;
|
||||
CommandPtr m_Command;
|
||||
std::uint16_t m_FrameNumber;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user