Skip to content

Commit d859ea5

Browse files
add note to pm fork
1 parent 29fc592 commit d859ea5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/lib/libraries/extensions/index.jsx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1070,6 +1070,18 @@ const menuItems = [
10701070
}
10711071
];
10721072

1073+
/*
1074+
----------------------------------------------
1075+
### NOTE TO PENGUINMOD FORKS: ###
1076+
Please DO NOT make the extensions below accessible in the editor without livetests!
1077+
They are NOT fully developed for people to use and create full projects with!
1078+
1079+
These extensions could have missing features, cause random errors, broken projects, or even crash the editor!
1080+
Moving these into the main extension list will cause people who use your fork to assume they are ready for them to use!
1081+
1082+
Please keep these in livetests to reduce bug reports on your fork! :)
1083+
----------------------------------------------
1084+
*/
10731085
if (IsLocal || IsLiveTests) {
10741086
const extras = [
10751087
{

0 commit comments

Comments
 (0)