public static void Logout(int _userid, float _x, float _y) { PlayerPos retPos = new PlayerPos(_userid, _x, _y); UpdatePos(retPos, true); }