revert idmanager back to $execute

This commit is contained in:
Cvolton 2024-06-26 23:27:11 +02:00
parent 6fe1ac9e3f
commit df278bfa89
No known key found for this signature in database

View file

@ -62,7 +62,7 @@ namespace geode {
struct GEODE_CONCAT(ProvideIDsFor, Layer_) : public Layer_ {\ struct GEODE_CONCAT(ProvideIDsFor, Layer_) : public Layer_ {\
void provide();\ void provide();\
};\ };\
$on_mod(Loaded) {\ $execute {\
NodeIDs::get()->registerProvider(\ NodeIDs::get()->registerProvider(\
&geodeInternalProvideIDsFor<GEODE_CONCAT(ProvideIDsFor, Layer_)>\ &geodeInternalProvideIDsFor<GEODE_CONCAT(ProvideIDsFor, Layer_)>\
);\ );\