forked from Kolyah35/minecraft-pe-0.6.1
should return some value in the debug stuff so nothing breaks
This commit is contained in:
@@ -1456,18 +1456,21 @@ std::string Minecraft::gatherStats1() {
|
|||||||
#ifndef STANDALONE_SERVER
|
#ifndef STANDALONE_SERVER
|
||||||
return levelRenderer->gatherStats1();
|
return levelRenderer->gatherStats1();
|
||||||
#endif
|
#endif
|
||||||
|
return "Blank";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats2() {
|
std::string Minecraft::gatherStats2() {
|
||||||
#ifndef STANDALONE_SERVER
|
#ifndef STANDALONE_SERVER
|
||||||
return levelRenderer->gatherStats2();
|
return levelRenderer->gatherStats2();
|
||||||
#endif
|
#endif
|
||||||
|
return "Blank";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats3() {
|
std::string Minecraft::gatherStats3() {
|
||||||
#ifndef STANDALONE_SERVER
|
#ifndef STANDALONE_SERVER
|
||||||
return ("P: " + particleEngine->countParticles() + ". T: " + (level->gatherStats()));
|
return ("P: " + particleEngine->countParticles() + ". T: " + (level->gatherStats()));
|
||||||
#endif
|
#endif
|
||||||
|
return "Blank";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string Minecraft::gatherStats4() {
|
std::string Minecraft::gatherStats4() {
|
||||||
|
|||||||
Reference in New Issue
Block a user