mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-14 12:01:12 +00:00
fix /version
This commit is contained in:
parent
c9c77d9156
commit
358f0c8841
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ module.exports.player=function(player, serv) {
|
|||
info: 'to get version of the server',
|
||||
usage: '/version',
|
||||
action() {
|
||||
return 'This server is running flying-squid version 0.1.0';
|
||||
return 'This server is running flying-squid version '+require("../../../package").version;
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue