1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-29 07:37: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 4a6fa2e9da
commit 7abc33c930

View file

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