Skip to content

Commit

Permalink
Fix Ammo "Cached" Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrschick committed Jul 29, 2024
1 parent d2f4939 commit 2f8d3d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/fnc/cache/hd.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if (

private _marker = createMarker [format ["btc_cache_%1", btc_cache_n], btc_cache_pos];
_marker setMarkerType "hd_destroy";
[_marker, "STR_BTC_HAM_O_EH_HDCACHE_MRK", btc_cache_n] remoteExecCall ["btc_fnc_set_markerTextLocal", [0, -2] select isDedicated, _marker]; //Cached %1 destroyed
[_marker, "STR_BTC_HAM_O_EH_HDCACHE_MRK", btc_cache_n] remoteExecCall ["btc_fnc_set_markerTextLocal", [0, -2] select isDedicated, _marker]; //Cache %1 destroyed
_marker setMarkerSize [1, 1];
_marker setMarkerColor "ColorRed";

Expand Down
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2898,7 +2898,7 @@
<Czech>Úkryt %1 zničen</Czech>
</Key>
<Key ID="STR_BTC_HAM_O_EH_HDCACHE_MRK">
<Original>Cached %1 destroyed</Original>
<Original>Cache %1 destroyed</Original>
<Spanish>Cache %1 destruído</Spanish>
<German>Waffenlager %1 wurde zerstört</German>
<Portuguese>Depósito %1 destruído</Portuguese>
Expand Down

0 comments on commit 2f8d3d0

Please sign in to comment.