Skip to content

Commit

Permalink
Fix (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotZer0Two authored Aug 11, 2024
1 parent fada367 commit 2ee9f46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EXILED/Exiled.CreditTags/Features/DatabaseHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// <copyright file="DatabaseHandler.cs" company="Exiled Team">
// Copyright (c) Exiled Team. All rights reserved.
// Licensed under the CC BY-SA 3.0 license.
Expand All @@ -17,7 +17,7 @@ namespace Exiled.CreditTags.Features

public static class DatabaseHandler
{
private const string Url = "https://raw.githubusercontent.com/Exiled-Official/CreditTags/main/data.yml";
private const string Url = "https://raw.githubusercontent.com/ExMod-Team/CreditTags/main/data.yml";
private const string ETagCacheFileName = "etag_cache.txt";
private const string DatabaseCacheFileName = "data.yml";
private const int CacheTimeInMinutes = 5;
Expand Down

0 comments on commit 2ee9f46

Please sign in to comment.