Save diplomacy requests
This commit is contained in:
parent
ef64e10b1e
commit
3823dfba7d
@ -41,7 +41,7 @@ function ctf.diplo.set(one, two, state)
|
||||
else
|
||||
ctf.diplo.diplo = {}
|
||||
end
|
||||
|
||||
ctf.needs_save = true
|
||||
table.insert(ctf.diplo.diplo,{one=one,two=two,state=state})
|
||||
end
|
||||
|
||||
@ -78,6 +78,6 @@ function ctf.diplo.cancel_requests(one, two)
|
||||
return
|
||||
end
|
||||
end
|
||||
|
||||
ctf.needs_save = true
|
||||
return
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user