Skip to content

Commit

Permalink
Remove breaking code, bump to version 111
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Sep 10, 2023
1 parent 391e282 commit da44f0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = 'Nomads 110'
local Version = 'Nomads 111'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return Version
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "Nomads"
version = 110
version = 111
copyright = "brute51"
description = "Adds the Nomads, a fully fledged fifth faction to the game. Required for playing the custom Nomads campaign."
author = "Armaster, Ninrai, Savi, StevenC21, Shadowlord1, Uveso, JJsAI, Exotic_Retard, Brute51, and many more"
Expand Down
4 changes: 0 additions & 4 deletions nomadhook/lua/SimCallbacks.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
LetterArray["Nomads"] = "xn"
LetterArray["NOMADS"] = "xn"



Callbacks.ActivateCapacitor = function(data, units)
for _, u in units or {} do
Expand Down

0 comments on commit da44f0d

Please sign in to comment.