Skip to content

Commit

Permalink
Halloween 2024 ex mod (#145)
Browse files Browse the repository at this point in the history
* UpdatingVersion

* Fix Issue
  • Loading branch information
louis1706 authored Oct 24, 2024
1 parent 837a0cd commit 8932990
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EXILED/EXILED.props
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<PropertyGroup>
<!-- This is the global version and is used for all projects that don't have a version -->
<Version Condition="$(Version) == ''">8.12.2</Version>
<Version Condition="$(Version) == ''">8.13.0</Version>
<!-- Enables public beta warning via the PUBLIC_BETA constant -->
<PublicBeta>false</PublicBeta>

Expand Down
4 changes: 2 additions & 2 deletions EXILED/Exiled.API/Enums/PrefabType.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// -----------------------------------------------------------------------
// -----------------------------------------------------------------------
// <copyright file="PrefabType.cs" company="Exiled Team">
// Copyright (c) Exiled Team. All rights reserved.
// Licensed under the CC BY-SA 3.0 license.
Expand Down Expand Up @@ -278,6 +278,6 @@ public enum PrefabType
PrismaticCloud,

[Prefab(2157375951, "TantrumObj (Brown Candy)")]
TantrumBrownCandy
TantrumBrownCandy,
}
}

0 comments on commit 8932990

Please sign in to comment.