Skip to content

Commit

Permalink
Шизоид, оно закомменчено, как ты фейлишь тесты комментом?
Browse files Browse the repository at this point in the history
  • Loading branch information
LordNest committed Dec 26, 2023
1 parent e4e9c5b commit 8f4dbb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/ntnet/code/NTNet-items.dm
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<td class='id_airlocksbugged'>[i.name]
<td class='id_airlocksbugged'>[i.loc] ([<A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[i.x];Y=[i.y];Z=[i.z]'>[where]</a>(i)])"}
if(bugged_airlocks.len)
if(bugged_airlocks.length)
data += {"<div class = 'id_airlocksbugged'>
<center>
<h2>
Expand All @@ -163,7 +163,7 @@
else
data += "<div class = 'airlocksid_stable'>Airlocks ID system stable</div>"
data += "<center><h1>All airlocks IDs:</h1></center><hr>"
if(IDS.len)
if(IDS.length)
data += "<div align='center'>[IDS_table]<tr>[IDS.Join("<tr>")]</div>"
else
data += "<div class = 'id_airlocksbugged'>ERROR CODE 523 (Origin Is Unreachable): Airlocks isn't initialized or not found.</div>"
Expand Down

0 comments on commit 8f4dbb2

Please sign in to comment.