mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-11 23:17:12 +08:00
Remove unused localization string
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ var Path = {
|
|||||||
openPath: function() {
|
openPath: function() {
|
||||||
Path.init();
|
Path.init();
|
||||||
Engine.event('progress', 'path');
|
Engine.event('progress', 'path');
|
||||||
Notifications.notify(Room, _('the compass points ' + World.dir));
|
Notifications.notify(Room, 'the compass points ' + World.dir);
|
||||||
},
|
},
|
||||||
|
|
||||||
getWeight: function(thing) {
|
getWeight: function(thing) {
|
||||||
|
|||||||
Reference in New Issue
Block a user