mirror of
https://github.com/danbulant/flying-squid
synced 2026-05-23 06:08:46 +00:00
9 lines
No EOL
193 B
JavaScript
9 lines
No EOL
193 B
JavaScript
var vec3=require("vec3");
|
|
|
|
module.exports=inject;
|
|
|
|
function inject(serv,settings)
|
|
{
|
|
serv.gameMode=settings.gameMode;
|
|
serv.spawnPoints=[new vec3(6,51,6),new vec3(3,51,6),new vec3(8,51,6)];
|
|
} |