mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
fix for 1.13
This commit is contained in:
parent
fd831058c6
commit
89f51bc157
@ -129,6 +129,7 @@ public class RegistrationController : Controller {
|
||||
missionService.SetUpMissions(v, apiKey);
|
||||
|
||||
ctx.Vikings.Add(v);
|
||||
ctx.SaveChanges();
|
||||
|
||||
if (apiKey == "a1a13a0a-7c6e-4e9b-b0f7-22034d799013") {
|
||||
keyValueService.SetPairData(null, v, null, 2017, new Schema.PairData {
|
||||
@ -141,7 +142,6 @@ public class RegistrationController : Controller {
|
||||
}
|
||||
});
|
||||
}
|
||||
ctx.SaveChanges();
|
||||
|
||||
roomService.CreateRoom(v, "MyRoomINT");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user