modif load player to be less cancerous & for lobby loading we should use lobby functions

This commit is contained in:
Clément Le Bihan
2021-06-17 22:32:10 +02:00
parent 93c8fb1192
commit 4faeb8a0ed
4 changed files with 33 additions and 292 deletions
+1 -1
View File
@@ -31,4 +31,4 @@ RAY::Vector3::operator ::Vector3() const
v.y = this->y;
v.z = this->z;
return v;
}
}