mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-07 00:27:45 +00:00
indentation off
This commit is contained in:
parent
628a8dbd3e
commit
5b8c508e3b
1 changed files with 6 additions and 6 deletions
|
@ -72,9 +72,9 @@ class ManFst005 :
|
||||||
{
|
{
|
||||||
Scene00002( player );
|
Scene00002( player );
|
||||||
},
|
},
|
||||||
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
||||||
{},
|
{},
|
||||||
eventId );
|
eventId );
|
||||||
}
|
}
|
||||||
else if( actor == Eobject1 )
|
else if( actor == Eobject1 )
|
||||||
{
|
{
|
||||||
|
@ -83,9 +83,9 @@ class ManFst005 :
|
||||||
{
|
{
|
||||||
Scene00006( player );
|
Scene00006( player );
|
||||||
},
|
},
|
||||||
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
[ & ]( Entity::Player& player, uint32_t eventId, uint64_t additional )
|
||||||
{},
|
{},
|
||||||
eventId );
|
eventId );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue