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