forked from github/server
commit
975b930f44
|
@ -22,6 +22,7 @@ end
|
||||||
local eternath = {}
|
local eternath = {}
|
||||||
|
|
||||||
function eternath.update()
|
function eternath.update()
|
||||||
|
local size = 1
|
||||||
if b1 and b2 then
|
if b1 and b2 then
|
||||||
local size = 5
|
local size = 5
|
||||||
local units1 = gates.units(b1, size)
|
local units1 = gates.units(b1, size)
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#define VERSION_MAJOR 3
|
#define VERSION_MAJOR 3
|
||||||
#define VERSION_MINOR 4
|
#define VERSION_MINOR 4
|
||||||
#define VERSION_BUILD 694
|
#define VERSION_BUILD 695
|
||||||
|
|
Loading…
Reference in New Issue