mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-01 07:36:35 +00:00
style: clang-format the entire project
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#include "StatTask.h"
|
||||
|
||||
#include "platform/profile/profile.h"
|
||||
#include "app/common/Tutorial/Tasks/TutorialTask.h"
|
||||
#include "minecraft/client/Minecraft.h"
|
||||
#include "minecraft/stats/StatsCounter.h"
|
||||
#include "platform/profile/profile.h"
|
||||
|
||||
class Tutorial;
|
||||
|
||||
@@ -23,7 +23,7 @@ bool StatTask::isCompleted() {
|
||||
|
||||
Minecraft* minecraft = Minecraft::GetInstance();
|
||||
bIsCompleted =
|
||||
minecraft->stats[PlatformProfile.GetPrimaryPad()]->getTotalValue(stat) >=
|
||||
(unsigned int)targetValue;
|
||||
minecraft->stats[PlatformProfile.GetPrimaryPad()]->getTotalValue(
|
||||
stat) >= (unsigned int)targetValue;
|
||||
return bIsCompleted;
|
||||
}
|
||||
Reference in New Issue
Block a user