diff options
Diffstat (limited to 'SubscriptionManager.cpp')
-rw-r--r-- | SubscriptionManager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SubscriptionManager.cpp b/SubscriptionManager.cpp index c3e97b6..c4589ef 100644 --- a/SubscriptionManager.cpp +++ b/SubscriptionManager.cpp @@ -45,8 +45,7 @@ void SubscriptionManager::RemoveSubscriber(std::string uuid) { } std::string SubscriptionManager::GetMsg(std::string commandId) { - PlayerGetCurrentPosition(); - int time = PlayerCurrent; + int time = 0;//PlayerGetCurrentPosition(); //bool paused = PlayerPaused; |