This commit is contained in:
sirjonasxx 2020-06-12 15:48:30 +02:00
parent 32fc9b8075
commit ca330c2bf2

View File

@ -160,7 +160,7 @@ public abstract class Extension implements IExtension {
}
else if (packet.headerId() == NetworkExtensionInfo.OUTGOING_MESSAGES_IDS.INIT) {
initExtension();
writeToConsole("green","Extension \"" + getInfoAnnotations().Title() + "\" succesfully initialized", false);
writeToConsole("green","Extension \"" + getInfoAnnotations().Title() + "\" successfully initialized", false);
}
else if (packet.headerId() == NetworkExtensionInfo.OUTGOING_MESSAGES_IDS.ONDOUBLECLICK) {
onClick();