mirror of
https://github.com/evennia/evennia.git
synced 2026-03-24 16:56:32 +01:00
Added a check for multiple connected sessions to avoid moving disconnected object more than once. Resolves issue 145.
This commit is contained in:
parent
8288534cf6
commit
2f78bacd97
6 changed files with 26 additions and 19 deletions
|
|
@ -204,7 +204,7 @@ $(document).keypress( function(event) {
|
|||
}
|
||||
else {
|
||||
if (wresult == 38 || wresult == 40) {
|
||||
// this fixes a bug in firefox, those are on ASCII format
|
||||
// this fixes a bug in firefox, those are on ASCII format
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue