Nothing important
This commit is contained in:
@@ -179,7 +179,7 @@
|
|||||||
.Where(x => x.Owner.Id == User.Id)
|
.Where(x => x.Owner.Id == User.Id)
|
||||||
.Count(x => x.Image.Id == image.Id);
|
.Count(x => x.Image.Id == image.Id);
|
||||||
|
|
||||||
if(serversCount <= limit.Amount)
|
if(serversCount <= limit.Amount) //TODO: FIX COUNTING
|
||||||
Images.Add(image, limit);
|
Images.Add(image, limit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -474,3 +474,7 @@ Enter code;Enter code
|
|||||||
Server rename;Server rename
|
Server rename;Server rename
|
||||||
Create code;Create code
|
Create code;Create code
|
||||||
Save subscription;Save subscription
|
Save subscription;Save subscription
|
||||||
|
Enter your information;Enter your information
|
||||||
|
You need to enter your full name in order to use moonlight;You need to enter your full name in order to use moonlight
|
||||||
|
No node found;No node found
|
||||||
|
No node found to deploy to found;No node found to deploy to found
|
||||||
|
|||||||
Reference in New Issue
Block a user