add help-command & eddit ahelp
This commit is contained in:
@@ -19,7 +19,7 @@ export default function Introduction(globalData: IGlobalData): void {
|
||||
}
|
||||
else if (!globalData.InInput) {
|
||||
globalData.InInput = true;
|
||||
IntroductionBrowser = mp.browsers.new('package://assets/html/Introduction/Introduciton.html');
|
||||
IntroductionBrowser = mp.browsers.new('package://assets/html/Introduction/Introduction.html');
|
||||
mp.gui.chat.activate(false);
|
||||
mp.gui.cursor.show(true, true);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user