rename white dream to giedi prime (#635)

This commit is contained in:
ThereDrD
2024-08-19 03:27:31 +03:00
committed by GitHub
parent 9a3b515776
commit c28a330372
62 changed files with 70 additions and 77 deletions

View File

@@ -69,7 +69,7 @@ namespace Content.Server.Tabletop
session.Entities.TryGetValue(entity, out var result);
session.Entities.Remove(result);
tabletop.HologramsSpawned--; // White Dream fix
tabletop.HologramsSpawned--; // Giede Prime fix
QueueDel(result);
}
@@ -102,7 +102,7 @@ namespace Content.Server.Tabletop
component.HologramsSpawned++;
// Skye hotfix end
var meta = MetaData(handEnt);
var protoId = meta.EntityPrototype?.ID;