mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Fixed syntax error in tutorial script. Finished fleshing out the opening script and related scripts for Limsa.
This commit is contained in:
@@ -36,8 +36,9 @@ end
|
||||
|
||||
function openTutorialWidget(player, controllerType, widgetId)
|
||||
--Default to keyboard if somethings fucky
|
||||
if (controllerType ~= CONTROLLER_GAMEPAD)
|
||||
if (controllerType ~= CONTROLLER_GAMEPAD) then
|
||||
controllerType = CONTROLLER_KEYBOARD;
|
||||
end
|
||||
player:SendRequestedInfo(4, nil, nil, controllerType, widgetId);
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user