Skip to content

Commit

Permalink
Update robotics_fabricator.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Lexanx committed Feb 6, 2025
1 parent 5aed8ff commit 159ec72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/RnD/code/machinery/robotics_fabricator.dm
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@

/obj/machinery/robotics_fabricator/sync()
var/obj/machinery/computer/rdconsole/RDC
if(!RDC in view(11, src))
if(!(RDC in view(11, src)))
sync_message = "Error: no console found."
return
for(RDC in get_area_all_atoms(get_area(src)))
Expand Down

0 comments on commit 159ec72

Please sign in to comment.