mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-14 20:11:03 +00:00
9 lines
No EOL
134 B
JavaScript
9 lines
No EOL
134 B
JavaScript
module.exports=inject;
|
|
|
|
function inject(serv)
|
|
{
|
|
serv.entityMaxId=0;
|
|
serv.players=[];
|
|
serv.uuidToPlayer={};
|
|
serv.entities={};
|
|
} |