diff options
Diffstat (limited to 'logic/minecraft/MinecraftProfile.h')
-rw-r--r-- | logic/minecraft/MinecraftProfile.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/logic/minecraft/MinecraftProfile.h b/logic/minecraft/MinecraftProfile.h index dba7d744..d97f7bb8 100644 --- a/logic/minecraft/MinecraftProfile.h +++ b/logic/minecraft/MinecraftProfile.h @@ -82,9 +82,12 @@ public: /// clear the profile void clear(); - /// apply the patches + /// apply the patches. Throws all sorts of errors. void reapply(); + /// apply the patches. Catches all the errors and returns true/false for success/failure + bool reapplySafe(); + /// do a finalization step (should always be done after applying all patches to profile) void finalize(); |