Nothing important

This commit is contained in:
Marcel Baumgartner
2023-04-04 02:01:37 +02:00
parent 0654116d22
commit 217de0cd3f
2 changed files with 5 additions and 1 deletions

View File

@@ -179,7 +179,7 @@
.Where(x => x.Owner.Id == User.Id)
.Count(x => x.Image.Id == image.Id);
if(serversCount <= limit.Amount)
if(serversCount <= limit.Amount) //TODO: FIX COUNTING
Images.Add(image, limit);
}
}

View File

@@ -474,3 +474,7 @@ Enter code;Enter code
Server rename;Server rename
Create code;Create code
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