1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-05-08 11:47:45 +00:00

Update SubFst002.cpp

removed unneeded space
This commit is contained in:
Mordred 2018-01-05 18:21:49 +01:00 committed by GitHub
parent e8ebcb812c
commit 0a81f0a0c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ private:
}
};
player.eventPlay( getId (), 1, NONE, callback );
player.eventPlay( getId(), 1, NONE, callback );
}
public: