forked from mirror/openmw-tes3mp
[Client] Fix ProcessorGameTime ID
This commit is contained in:
parent
3fb0bbb58c
commit
6c45b6dc5b
1 changed files with 3 additions and 1 deletions
|
@ -6,6 +6,8 @@
|
|||
#define OPENMW_PROCESSORGAMETIME_HPP
|
||||
|
||||
|
||||
#include <apps/openmw/mwbase/world.hpp>
|
||||
#include <apps/openmw/mwbase/environment.hpp>
|
||||
#include "apps/openmw/mwmp/PlayerProcessor.hpp"
|
||||
|
||||
namespace mwmp
|
||||
|
@ -15,7 +17,7 @@ namespace mwmp
|
|||
public:
|
||||
ProcessorGameTime()
|
||||
{
|
||||
BPP_INIT(ID_PLAYER_CHARCLASS)
|
||||
BPP_INIT(ID_GAME_TIME)
|
||||
}
|
||||
|
||||
virtual void Do(PlayerPacket &packet, BasePlayer *player)
|
||||
|
|
Loading…
Reference in a new issue