Skip to content

Commit c2fe460

Browse files
Format file
1 parent 8631657 commit c2fe460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/altv-c-api/player.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ void Player_SetMaxHealth(alt::IPlayer* player, uint16_t maxHealth) {
114114
player->SetMaxHealth(maxHealth);
115115
}
116116

117-
void Player_GetIP(alt::IPlayer* player, const char*& ip) {
117+
void Player_GetIP(alt::IPlayer* player, const char*&ip) {
118118
ip = player->GetIP().CStr();
119119
}
120120

0 commit comments

Comments
 (0)