Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
quasemago authored Sep 14, 2020
1 parent 101dd86 commit c90deca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripting/eItems.sp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#define TAG_NCLR "[eItems]"
#define AUTHOR "ESK0 (Original author: SM9)"
#define VERSION "0.10"
#define VERSION "0.10_noapi"

#include "files/globals.sp"
#include "files/client.sp"
Expand Down Expand Up @@ -197,4 +197,4 @@ stock void CheckHibernation(bool bToDefault = false)

PrintToServer("%s Hibernation disabled", TAG_NCLR);
g_cvHibernationWhenEmpty.SetInt(0);
}
}

0 comments on commit c90deca

Please sign in to comment.