From 0658208e5f0bcba6a23177e29a4d890700a71a6b Mon Sep 17 00:00:00 2001 From: ItsSelis Date: Tue, 30 Aug 2022 13:34:49 +0200 Subject: [PATCH] Using correct repo identifier --- code/modules/vore/eating/exportpanel_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/vore/eating/exportpanel_vr.dm b/code/modules/vore/eating/exportpanel_vr.dm index a006573b465..835fbcd03c3 100644 --- a/code/modules/vore/eating/exportpanel_vr.dm +++ b/code/modules/vore/eating/exportpanel_vr.dm @@ -28,7 +28,7 @@ var/mob/living/host = user data["db_version"] = "0.1" - data["db_repo"] = "chompstation" + data["db_repo"] = "vorestation" data["mob_name"] = host.real_name for(var/belly in host.vore_organs)