mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 05:54:50 +02:00
fixed derps causing client/server crashes
This commit is contained in:
parent
8eaa920751
commit
ac01224769
16 changed files with 60 additions and 60 deletions
|
@ -13,9 +13,9 @@ function onEventUpdate(player, npc, eventStep, menuOptionSelected)
|
|||
player:EndEvent();
|
||||
return;
|
||||
elseif (menuOptionSelected == 2) then
|
||||
player:quitGame();
|
||||
player:QuitGame();
|
||||
elseif (menuOptionSelected == 3) then
|
||||
player:logout();
|
||||
player:Logout();
|
||||
elseif (menuOptionSelected == 4) then
|
||||
player:SendMessage(33, "", "Heck the bed");
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue