mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-12 13:12:17 +00:00
some fixes
This commit is contained in:
@@ -16,17 +16,17 @@ CTelemetryManager *TelemetryManager = new CTelemetryManager();
|
||||
|
||||
HRESULT CTelemetryManager::Init()
|
||||
{
|
||||
return S_OK;
|
||||
return 0;
|
||||
}
|
||||
|
||||
HRESULT CTelemetryManager::Tick()
|
||||
{
|
||||
return S_OK;
|
||||
return 0;
|
||||
}
|
||||
|
||||
HRESULT CTelemetryManager::Flush()
|
||||
{
|
||||
return S_OK;
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool CTelemetryManager::RecordPlayerSessionStart(int iPad)
|
||||
@@ -447,4 +447,4 @@ INT CTelemetryManager::GetLevelExitProgressStat2()
|
||||
{
|
||||
// 4J Stu - Unused
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user