mirror of
https://github.com/SapphireServer/Sapphire.git
synced 2025-05-04 01:37:47 +00:00
style
This commit is contained in:
parent
705018102b
commit
53ff01aa84
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void Core::Network::GameConnection::skillHandler( const Packets::GamePacket& inP
|
|||
}
|
||||
|
||||
// Check if we actually have an actor
|
||||
if ( targetActor == nullptr )
|
||||
if( !targetActor )
|
||||
{
|
||||
// todo: interrupt a cast.
|
||||
player.sendDebug( "Invalid target." );
|
||||
|
|
Loading…
Add table
Reference in a new issue