mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-06-05 23:57:46 +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 );
|
||||
},
|
||||
[ & ]( 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 );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue