1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-02 08:57:44 +00:00

always face north on entering a house

This commit is contained in:
Moydow 2023-03-04 00:10:05 +00:00
parent 9cc0b01b3b
commit 789a9e7058

View file

@ -78,7 +78,7 @@ public:
return;
}
player.setInstance( internalZone, pos, player.getRot() );
player.setInstance( internalZone, pos, 3.14f );
} );
}
};