diff options
author | Jan Dalheimer <jan@dalheimer.de> | 2014-02-21 18:01:06 +0100 |
---|---|---|
committer | Jan Dalheimer <jan@dalheimer.de> | 2014-02-21 18:01:06 +0100 |
commit | f54705e1c5311e023b2e1ebd5d4db226a7c7149e (patch) | |
tree | 83f7daccc58bb2bdeb89815f8a962356f35d5b79 /logic/BaseInstance.h | |
parent | 43881b9cdba95259395c8bf633b670c8a6fead9a (diff) | |
download | MultiMC-f54705e1c5311e023b2e1ebd5d4db226a7c7149e.tar MultiMC-f54705e1c5311e023b2e1ebd5d4db226a7c7149e.tar.gz MultiMC-f54705e1c5311e023b2e1ebd5d4db226a7c7149e.tar.lz MultiMC-f54705e1c5311e023b2e1ebd5d4db226a7c7149e.tar.xz MultiMC-f54705e1c5311e023b2e1ebd5d4db226a7c7149e.zip |
Don't assume forge for FTB instances. Fix FTB related stuff.
Diffstat (limited to 'logic/BaseInstance.h')
-rw-r--r-- | logic/BaseInstance.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/logic/BaseInstance.h b/logic/BaseInstance.h index cd49f99b..d4007a41 100644 --- a/logic/BaseInstance.h +++ b/logic/BaseInstance.h @@ -51,6 +51,8 @@ public: /// virtual destructor to make sure the destruction is COMPLETE virtual ~BaseInstance() {}; + virtual void init() {} + /// nuke thoroughly - deletes the instance contents, notifies the list/model which is /// responsible of cleaning up the husk void nuke(); |