Skip to content

Commit

Permalink
Fix our longstanding ttechnologies typo cause I can
Browse files Browse the repository at this point in the history
  • Loading branch information
ahicks92 committed Oct 25, 2024
1 parent 368aa68 commit 86cc4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion control.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1637,7 +1637,7 @@ function menu_cursor_up(pindex)
players[pindex].technology.index = 1
end
if players[pindex].technology.category == 1 then
printout("Researchable ttechnologies", pindex)
printout("Researchable technologies", pindex)
elseif players[pindex].technology.category == 2 then
printout("Locked technologies", pindex)
elseif players[pindex].technology.category == 3 then
Expand Down

0 comments on commit 86cc4c8

Please sign in to comment.