mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 19:10:26 +01:00
Removed debug print from crabman77's pull-request in sprint
This commit is contained in:
parent
5fb7a6e662
commit
be396bfd1f
@ -12,7 +12,6 @@ local staminaHud = {}
|
|||||||
|
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
local playerName = player:get_player_name()
|
local playerName = player:get_player_name()
|
||||||
print("playename: " ..playerName)
|
|
||||||
players[playerName] = {
|
players[playerName] = {
|
||||||
sprinting = false,
|
sprinting = false,
|
||||||
timeOut = 0,
|
timeOut = 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user