Added files via upload
This commit is contained in:
parent
a9701c303f
commit
180f485ec9
|
@ -133,21 +133,13 @@ namespace BuildEndurance
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
public void LoadingCallBack(object sender, EventArgs e)
|
public void LoadingCallBack(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
|
|
||||||
// Log.Info("GamessssssssLoaded");
|
|
||||||
// Console.WriteLine("entering loading callback");
|
|
||||||
if (StardewModdingAPI.Inheritance.SGame.hasLoadedGame == true)
|
if (StardewModdingAPI.Inheritance.SGame.hasLoadedGame == true)
|
||||||
{
|
{
|
||||||
Log.Info("CharacterLoaded");
|
|
||||||
// Console.WriteLine("Penetrated loading callback");
|
|
||||||
//Log.Info(StardewValley.Game1.player.name);
|
|
||||||
DataLoader();
|
DataLoader();
|
||||||
MyWritter();
|
MyWritter();
|
||||||
upon_loading = true;
|
upon_loading = true;
|
||||||
Log.Info("writers passed");
|
|
||||||
//runs when the player is loaded.
|
//runs when the player is loaded.
|
||||||
|
|
||||||
|
|
||||||
|
@ -174,11 +166,7 @@ namespace BuildEndurance
|
||||||
|
|
||||||
public void SleepCallback(object sender, EventArgs e)
|
public void SleepCallback(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Log.Info("SLEEP CALLBACK");
|
|
||||||
|
|
||||||
Log.Info("CLEAR DATA PASSED");
|
|
||||||
//This will run when the character goes to sleep. It will increase their sleeping skill.
|
//This will run when the character goes to sleep. It will increase their sleeping skill.
|
||||||
//Console.WriteLine("Is this being hit?");
|
|
||||||
|
|
||||||
if (upon_loading == true)
|
if (upon_loading == true)
|
||||||
{
|
{
|
||||||
|
@ -239,7 +227,7 @@ namespace BuildEndurance
|
||||||
|
|
||||||
MyWritter();
|
MyWritter();
|
||||||
}
|
}
|
||||||
else Log.Info("Lazy programming");
|
//else Log.Info("Safely Loading.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue