When not holding map, forget player marker

This commit is contained in:
Nils Dagsson Moskopp 2022-05-20 15:02:30 +02:00
parent 9f7432b824
commit e086e749fc
Signed by untrusted user who does not match committer: erlehmann
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 0 deletions

View File

@ -575,6 +575,7 @@ maps.show_map_hud = function(player)
"blank.png"
)
maps.maps[player_name] = nil
maps.mark[player_name] = nil
end
return
end