mirror of
https://github.com/danbulant/flying-squid
synced 2026-07-05 19:20:54 +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',
|
info: 'to get version of the server',
|
||||||
usage: '/version',
|
usage: '/version',
|
||||||
action() {
|
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