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

Indentation

This commit is contained in:
amibu 2017-10-09 15:34:41 +02:00
parent ec8062d9ea
commit 2825af9dad
3 changed files with 80 additions and 77 deletions

View file

@ -11,8 +11,11 @@ class CmnDefCutSceneReplayDef
{
player.eventPlay( this.id, 0, 0x2000/*flags*/, 0/*unk*/, 1/*unk*/,
fun( player, eventId, param1, param2, param3 )
{
if( param2 != 0 )
{
CmnDefCutSceneReplay.Scene00001( player, param2 );
}
});
}