1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-06-05 23:57:46 +00:00

indentation off

This commit is contained in:
Dantestyle 2018-09-16 21:30:00 +02:00
parent 628a8dbd3e
commit 5b8c508e3b

View file

@ -72,9 +72,9 @@ class ManFst005 :
{
Scene00002( player );
},
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
{},
eventId );
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
{},
eventId );
}
else if( actor == Eobject1 )
{
@ -83,9 +83,9 @@ class ManFst005 :
{
Scene00006( player );
},
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
{},
eventId );
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
{},
eventId );
}
}